From 3ccc45fdf8dff92d5220f2e60396595fd0a9c51e Mon Sep 17 00:00:00 2001 From: okdv <65867719+okdv@users.noreply.github.com> Date: Thu, 26 Nov 2020 16:51:42 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96904c4..dfafdca 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Technically, this should work with any `input` types. That being said, it has on ## Examples -Just to make sure _all bases_ are covered here, here are several examples of usage. To see some live examples, you will need to download and run the example from [here](https://choosealicense.com/licenses/mit/). +Just to make sure _all bases_ are covered here, here are several examples of usage. To see some live examples, you will need to download and run the example from [here](https://github.com/okdv/react-auto-tab). First we will just turn off `prevonkey`, so when we backspace on an empty element here, it wont back-tab to the previous element. @@ -158,8 +158,8 @@ Please make sure to update tests as appropriate. ## Issues -If you have any feedback, notice any bugs, or just have a burning question feel free to [open an issue on Github](https://choosealicense.com/licenses/mit/). +If you have any feedback, notice any bugs, or just have a burning question feel free to [open an issue on Github](https://github.com/okdv/react-auto-tab/issues). ## License -[MIT](https://choosealicense.com/licenses/mit/) © [Otho DuBois](https://github.com/okdv) +[MIT](https://github.com/okdv/react-auto-tab/blob/master/LICENSE.txt) © [Otho DuBois](https://github.com/okdv) From 984a6286aae1205fc57861fb16a10e2eaecf1905 Mon Sep 17 00:00:00 2001 From: Otho DuBois <65867719+okdv@users.noreply.github.com> Date: Thu, 26 Nov 2020 18:58:09 -0600 Subject: [PATCH 2/2] Update README.md Updated once more now that there is a live demo on gh-pages --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dfafdca..576eca2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is a lightweight package that allows you to easily implement auto-tabbing (focusing the next input), even in your existing project. You can auto-tab forward on maxLength, keypress, or both! You can even reverse-tab on backspacing an empty input! +## Demo / Example + +[Go to this page to see a live demo!] (https://okdv.github.io/react-auto-tab/) + ## Installation Use the package manager [npm](https://www.npmjs.com/get-npm) to install react-auto-tab.