Closed kozlovskisarmands closed 1 month ago
You are right. The current new line behavior is quite weird. And I think we can have an option to enable the clicking out.
I have added support for Enter
and Esc
keyboard control. I still need to think about the clicking-out behavior. Either leave it to the user-land or provide a config to enable it.
I think this one can be achieved by extending the built-in editor. There is an abortEditing
function in props that can be called to exit the editing state. Closing. 🙏
Hello! Would it be possible to add functionality that Enter key on input press submits the values instead of putting in a new line? And also outside click out of Input field, would close the editing process. Thanks in advance :)