fixed maxChips props when chips passed as prop
Description
ChipsInput - maxChips prop support when passing chips list as a prop.
Changelog
ChipsInput - maxChips prop support when passing chips list as a prop.
Additional info
https://github.com/wix/react-native-ui-lib/issues/2166
When adding the example in the ticket to the PlaygroundScreen I get a red screen:
<Incubator.ChipsInput maxChips={1} multiline={false} chips={[{label: 'Falcon 9'}, {label: 'Enterprise'}]}/>
When adding the example in the ticket to the PlaygroundScreen I get a red screen:
<Incubator.ChipsInput maxChips={1} multiline={false} chips={[{label: 'Falcon 9'}, {label: 'Enterprise'}]}/>
fixed
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.