alorma / Compose-Settings

Compose Multiplatform #Compose Settings library
https://alorma.github.io/Compose-Settings/
MIT License
429 stars 27 forks source link

Edit text preference #183

Closed agronick closed 7 months ago

agronick commented 1 year ago

Unless I'm missing something, is there an EditTextPreference? A way to enter strings or numbers seems like something needed for many preference screens.

alorma commented 1 year ago

No, there's no EditText preference.

But you can make your own using SettingTile with an action that shows a dialog with a Text field inside.