Angular <select>

xiaix
Tera Guru

When the page first loads:

find_real_file.png

find_real_file.png

find_real_file.png

The options are there and everything works fine, but why does the dropdown show a blank value on startup?

1 ACCEPTED SOLUTION

xiaix
Tera Guru

Just needed to make the 'value' field a string:



find_real_file.png



Not sure all the angular behind-the-scenes that makes the string value work instead of the integer value, but this works.


View solution in original post

1 REPLY 1

xiaix
Tera Guru

Just needed to make the 'value' field a string:



find_real_file.png



Not sure all the angular behind-the-scenes that makes the string value work instead of the integer value, but this works.