Hello,
We are experiencing an issue where fields suddenly no longer display as disabled when they have an 'in field' hint set.
This obviously confuses the user.
We would expect our normal styling as applied on regular non-hint fields.
We use: TextItem.setShowHintInField(true)
According to the documentation this triggers additional styling, we don't want this and honestly don't see a general purpose for that. Could this particular logic be switched of in some way?
please advise
We are experiencing an issue where fields suddenly no longer display as disabled when they have an 'in field' hint set.
This obviously confuses the user.
We would expect our normal styling as applied on regular non-hint fields.
We use: TextItem.setShowHintInField(true)
According to the documentation this triggers additional styling, we don't want this and honestly don't see a general purpose for that. Could this particular logic be switched of in some way?
please advise
Comment