framework7-plugin-keypad icon indicating copy to clipboard operation
framework7-plugin-keypad copied to clipboard

Request: Ability to disable a button based on current value

Open dlee opened this issue 7 years ago • 0 comments

I would like to disable buttons programmatically depending on the current value. For example, on the calculator, some of the operations should be disabled when there is no left-value. Or for another example, I would like to only accept inputs between 1-37, and so when the user inputs 3, I would like to disable buttons 8 and 9.

dlee avatar Sep 18 '18 18:09 dlee