Noticed the Vue example is using a plain input field and not a form (as was done in the React example).
To maintain consistency among examples, let's have a similar form submit behavior with the react example. That is, we are able to both submit form by pressing enter key and by clicking submit button.
Noticed the Vue example is using a plain input field and not a form (as was done in the React example).
To maintain consistency among examples, let's have a similar form submit behavior with the react example. That is, we are able to both submit form by pressing enter key and by clicking submit button.