We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6305921 commit eca87d0Copy full SHA for eca87d0
src/components/chipsInput/index.tsx
@@ -121,7 +121,7 @@ type OwnProps = ChipsInputProps & BaseComponentInjectedProps;
121
* @description: Chips input component
122
* @modifiers: Typography
123
* @gif: https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/ChipsInput/ChipsInput.gif?raw=true
124
- * @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipsInputScreen.js
+ * @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipsInputScreen.tsx
125
* @extends: TextField
126
*/
127
class ChipsInput extends Component<OwnProps, State> {
0 commit comments