javascript - to handle value which is not in dropdown list angular js -


we have dropdown list range

0,0x0,0x1,1

we decided remove 0x0 , 0x1 range.

question: existing file value 0x0 dropdown value blank, want write code

  • if value 0x0 dropdown selected value should 0
  • if value 0x1 dropdown selected value should 1

please help!


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -