SUI-Components / sui-components

SUI Components
https://sui-components.vercel.app/
MIT License
139 stars 58 forks source link

Input tags - Allow removing Tags with the Keyboard #1751

Open turolopezsanabria opened 2 years ago

turolopezsanabria commented 2 years ago

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

Xaconi commented 2 years ago

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:

image

What I'm doing wrong? How can I develop on a local environment? Is related with babel presets?

Regards!

andresin87 commented 2 years ago

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!

andresin87 commented 2 years ago

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

Xaconi commented 2 years ago

Found another error on npm run phoenix

image

Xaconi commented 2 years ago

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:

image

andresin87 commented 2 years ago
$ rm -rf ./node_modules && rm -f package-lock.json && npm install --prefer-online --legacy-peer-deps
$ npm run phoenix
$ npm run dev molecule/inputTags
Xaconi commented 2 years ago

@andresin87 @turolopezsanabria

npm run phoenix

image

npm run dev molecule/inputTags

image

😭😭😭

andresin87 commented 2 years ago

Windows or Mac?

Xaconi commented 2 years ago

Windows 10

Xaconi commented 2 years ago

@andresin87 @turolopezsanabria Any updates on this one??