Tags: assembl/react-tags
Tags
feat: Add onTouchStart for mobile device (react-tags#448) Add onTouchStart for tags and suggestions
fix: Remove import '../styles/react-tags.scss' and add inline style fixes react-tags#434
fix: maxLength issue on pasting text (react-tags#426) * Fix maxLength issue on pasting text * checking if maxLenght is defined * Fix maxLength issue on pasting text(updated) and test case added respect to the issue and maxLength defaultProps set to Infinity * chnages maxLength default props and maxLength would be clipboard text length * maxLength comment removed and test case update for maxLenght * test case failed fixed for maxLength * maxlength is assigned to a varible in test file * input value set to a variable in the maxLength test file
Fix: Don't trim value when passing to handleChange prop (react-tags#381) fixes react-tags#361
PreviousNext