Selection when $state is null
This seems dirty, but works. Is this the only way automatically select an option when the state is null? If i do not do this string workaround, nothing gets selected when the state is null. I would prefer to just do
1 Reply
The problem is that select options can’t actually be null. In the html element null would be a string ‘null’ unless something internally converts null to an empty string.