dash-mantine-components icon indicating copy to clipboard operation
dash-mantine-components copied to clipboard

Add n_submits property to TextInput

Open jacobswe opened this issue 2 years ago • 0 comments

The dcc.Input component has an n_submits property that increments when the Enter key is pressed while the input has focus. This would be useful for example in the TextInput or PasswordInput to quickly capture the values without requiring a separate button push (e.g., messaging). I'm happy to give this a shot if you can point me in the right direction.

jacobswe avatar Apr 11 '23 04:04 jacobswe