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
I'd expect the widget to be read-only when enabled is set to false. Indeed, the popup won't open, however, the value can still be altered by clicking the X icon in either the chips (to remove individual values) or the entire input (to clear it). I suppose this is not intended behavior?
If it is intended behavior, I'd like to see a readOnly property, which would:
a) disable the popup (like enabled = false does)
b) hide the X icon (or custom delete icon) in the chips, or at least disable its tap handler
c) hide the X icon for the entire input
Is this something you'd be willing to implement or accept a PR for?
The text was updated successfully, but these errors were encountered:
I'd expect the widget to be read-only when
enabled
is set tofalse
. Indeed, the popup won't open, however, the value can still be altered by clicking theX
icon in either the chips (to remove individual values) or the entire input (to clear it). I suppose this is not intended behavior?If it is intended behavior, I'd like to see a
readOnly
property, which would:a) disable the popup (like
enabled = false
does)b) hide the X icon (or custom delete icon) in the chips, or at least disable its tap handler
c) hide the X icon for the entire input
Is this something you'd be willing to implement or accept a PR for?
The text was updated successfully, but these errors were encountered: