Capture "Enter" for callback in dmc.TextInput

Is there a way to capture the “Enter” keypress within a dmc.TextInput to trigger a callback? There is no component prop like onSubmitEditing, and setting debounce=True does not function as it does for dcc.Input. Not sure if there is a way to do this with javascript in a clientside callback. Thanks.

Hello @tks,

This is still an open issue: