This the main repository for RSpace: rspace-web. Check https://github.com/rspace-os/rspace-web/blob/main/DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md for setup instructions.
The dialog is broken up into three separate forms:
One for filtering the template picker
One for typing in a name
One for actually making the network call
This change wires up the submit event of the second to the third so that pressing the enter key after typing in a name for the template the network call is made and the user is redirected to their new document, just as if they had tapped the 'Create' button
The dialog is broken up into three separate forms:
This change wires up the submit event of the second to the third so that pressing the enter key after typing in a name for the template the network call is made and the user is redirected to their new document, just as if they had tapped the 'Create' button