The current implementation allows a single select box to start with a null value. However, once you select an option and then programmatically set the value back to null, it breaks. I have found that you must programmatically set the value to an empty array. This doesn't make sense semantically. You aught to be able to set the value of a single select to null, definitely not an empty array. I hope that makes sense.
The current implementation allows a single select box to start with a null value. However, once you select an option and then programmatically set the value back to null, it breaks. I have found that you must programmatically set the value to an empty array. This doesn't make sense semantically. You aught to be able to set the value of a single select to null, definitely not an empty array. I hope that makes sense.