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
feat: Optional separateReadonlyFromDisabled option and Vuetify impl (#2532)
- Add `separateReadonlyFromDisabled` config option enabling independent control
of readonly and enabled states.
- By default, they are not separated keeping the legacy behavior
- Adds READONLY/WRITABLE rules corresponding to the existing ENABLE/DISABLE rules
- Add optional property `readonly` to renderer props and state.
Optional to keep backward compatibility
- Extend the Vue Vuetify renderer set to consider the the new flag and set renderers' inputs
to readonly (instead of disabled) if the flag is enabled and the control set to readonly
fixes#2479
0 commit comments