Setting value of Select field with Boolean value options does not work.
Using
Example:
That does not work, but using a Radio component instead with the same method does work:
Am I doing something wrong here? How do I get this to work using the Select component?
afterStateUpdated() to set the value of another field, which is a Select component that has Boolean options does not work.Example:
That does not work, but using a Radio component instead with the same method does work:
Am I doing something wrong here? How do I get this to work using the Select component?