I need to allow or not allow user to edit some inputs : read only, or read/write mode.
in read only mode, the value is displayed but not editable
in read/write mode, the value is displayed and editable
Using the ‘isDisabled’ property of the widget does the trick for most widgets, but not for the text input widget : when text input widget is disabled, the field value is hidden with dashes ‘–’
others widgets like switches, menu, etc… show their value any state isDisabled property is, so the input text widget is the only one with different behaviour
is it possible to have the same behaviour of isDisabled property for all widgets (disabled but showing value) ?
in case backwards compatibility is required, is it would be great to have a new ‘isEditable’ property (value is always visible, any kind of widget it is)
disabled input text fields show now correct value when disabled, but field is still not editable : after setting isDisabled to 0, field is not grayed anymore as expected, but it is not possible to enter edit mode and get the virtual keyboard, unless you exit the tab and re-enter again into it
when editor is entered, and virtual keyboard is shown :
tapping outside of the edited field does hide virtual keyboard as expected
virtual keyboard hides input field if it is on the botton of the screen (a scroll-up would be expected to show the edited field)
can you please check ?
thanks a lot
I’ve reproduced the input field enabled but not editable bug. I think it will be fixed soon. I will update this thread when the new version is uploaded.
In the keyboard overlapping the input field - can you PM me a screenshot of your dashboard?