You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RadioButton component properly invokes an assigned converter's getAsObject method on user action. However, when rendering it does not invoke the converter's getAsString object at all. This method should be invoked and the value attribute of the HTML input component should be set to whatever the method returns.
The text was updated successfully, but these errors were encountered:
The RadioButton component properly invokes an assigned converter's getAsObject method on user action. However, when rendering it does not invoke the converter's getAsString object at all. This method should be invoked and the value attribute of the HTML input component should be set to whatever the method returns.
The text was updated successfully, but these errors were encountered: