Closed jamcry closed 9 months ago
Currently, onChange should still be passed even if the input element is disabled. We should give dummy functions to suppress this for read-only fields. Maybe we can make it optional if isDisabled is true
onChange
isDisabled
true
Currently,
onChange
should still be passed even if the input element is disabled. We should give dummy functions to suppress this for read-only fields. Maybe we can make it optional ifisDisabled
istrue