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
@Kagami I took a look at the current code and the disabled prop is not declared, but it is passed to drop-down-menu. However, the dropDownMenu does not call that prop at all, so this is a problem with the code, the dropDownMenu needs a disabled prop.
Hi. The following code produces correct selectable SelectField widget but the
disabled
property get ignored. I'm using the latest[email protected]
.Is this a bug or
disabled
property wasn't implemented yet for SelectField?The text was updated successfully, but these errors were encountered: