maxkeppeler / sheets

⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
https://maxkeppeler.github.io/sheets/
Apache License 2.0
921 stars 77 forks source link

InputSheet Enhancements #56

Closed irvine752 closed 3 years ago

irvine752 commented 3 years ago

Could we also get the switch added to the InputSheet Options? Given that we already have radio buttons. I think we should have the switch as a standard option as well.

Another great idea would be adding some haptic feedback to the inputs, triggered upon input selection.

Let me know what you think.

maxkeppeler commented 3 years ago

Yes, I agree - I will add it.

I'm not sure if this should be standard. Haptic feedback could be added whenever a value changes: changeListener { value -> haptic feedback here }