sui-components
sui-components copied to clipboard
Input tags - Allow removing Tags with the Keyboard
Component Input tags
Is your iteration request related to a problem? At this moment, it's imposible to delete tags with the keyboard
Describe the solution you'd like
Accessibility: It should be able to focus, navigate and delete tags using the Keyboard
Hey @turolopezsanabria can I work on this one?
EDIT: started already installing the local environment and after some troubles (I really missed a local environment development guide), I ended here when I use npx sui-studio dev @s-ui/react-molecule-input-tags:

What I'm doing wrong? How can I develop on a local environment? Is related with babel presets?
Regards!
take a look on https://dev.to/adevintaspain/adevinta-s-hacktoberfest-2021-s-ui-components-project-1bg9 @stefi23 post to get ready and start coding (@Xaconi). Enjoy!
error fixed.
Instal dependencies again using: https://github.com/SUI-Components/sui-components/issues/1744#issuecomment-945758050
in your case
npm run dev molecule/inputTags
Found another error on npm run phoenix

Hey @andresin87 tried with npx @s-ui/mono@2 run 'rm -rf ./node_modules' && rm -rf ./node_modules && npm install instead npm run phoenix and the command executed OK, but the next one (npm run dev molecule/dropdownList or sui-studio dev molecule/dropdownList fails with this error code:

$ rm -rf ./node_modules && rm -f package-lock.json && npm install --prefer-online --legacy-peer-deps
$ npm run phoenix
$ npm run dev molecule/inputTags
@andresin87 @turolopezsanabria
npm run phoenix

npm run dev molecule/inputTags

😭😭😭
Windows or Mac?
Windows 10
@andresin87 @turolopezsanabria Any updates on this one??