dash-mantine-components
dash-mantine-components copied to clipboard
Add n_submits property to TextInput
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.