Would it be possible to add another boolean value to a Prompt button, which could be called isInactive
(or isActive
, and true would be the default value)?
The reason for my request: I am working on an action that requires me to tap buttons in a list of identical buttons over and over again. All buttons represent options, but not all options are available on each iteration. It would be easier for muscle memory if every time I want to choose Option 3
, the corresponding button was the third one and not, say, the second one because Option 2
is not available. The button of Option 2
would still be there, but greyed out.