react-native-tags
react-native-tags copied to clipboard
Tag input component for React Native
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 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 [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...
I am having problems setting my initial tags with the code below. Is there something obvious that I am doing wrong? ~~~javascript import React, {useEffect, useState} from 'react'; import {...
Is there a way to limit the choices a user can choose from: ~~~ limitChoices: ['cat', 'dog', 'mouse'] ~~~
Hey @peterp, first of all, awesome library 🙌 Maybe what I'm doing is out of the scope of this project. I've basically built a wrapper that the user can select/deselect...
add keyboardtype simple to add and would be much more used by serial number and string
Hello @peterp , I was wondering if there is feature for initial text for each tags. Because, in props initialText just affect on the first tag. So it would be...
The file .d.ts is not present in the package as result, the warning bellows keeps showing. Could not find a declaration file for module 'react-native-tags'. '.../node_modules/react-native-tags/index.js' implicitly has an 'any'...
Hello, would it be possible to isolate the Textinput in its own render method so we may override it? A use case I've encountered recently is having to use a...