Can I disable "Clear" on an enum?

This is an enum and I don’t want users to be able to tap on “Clear.” It serves no purpose in my app and is only a distraction. Is there no way to disable it?

Solved Solved
0 14 1,150
  • UX
1 ACCEPTED SOLUTION

You could conditionally change the word "Clear" to an empty string "" for that form, using CONTEXT("View") and the UX>Localization settings. But I think the button will still be there if they click the blank area where the text would be.

Are the users allowed to change the Enum once a value has been set? If not, maybe use Editble_If ISBLANK([_THIS]), and that should hide the Clear button.

View solution in original post

14 REPLIES 14
Top Labels in this Space