React-Pincode
React-Pincode copied to clipboard
A NPM module which auto fills City, District and State fields when a valid Zip Code in entered!
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.10 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...
Added shadow and padding along with highlighting effects in the input fields however I am facing an issue in including the font-awesome check icon in the Pincode input field.
Fixes #4 #### Changes done in this pull request: Changed styling of the input fields #### Files Added: No new files added or removed. index.js and App.css files changed ####...
Fixes #24 Made Few UI changes. Also updated the codepen implementation so the demo is visible at: https://codepen.io/Siddhi5/full/GRJMqWB
**Adding recent changes in the UI of the module not only adds classes on top of the minimal component but also makes it difficult to modify for users who are...
A red tick will show up if the city and state details cannot be fetched. Otherwise a green one.
Currently the module looks simple with minimal UI. But it can be made more presentable with certain enhancements.