sui-components icon indicating copy to clipboard operation
sui-components copied to clipboard

Input tags - Allow removing Tags with the Keyboard

Open turolopezsanabria opened this issue 4 years ago • 10 comments

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

turolopezsanabria avatar Sep 30 '21 09:09 turolopezsanabria

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!

Xaconi avatar Oct 13 '21 19:10 Xaconi

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 avatar Oct 15 '21 09:10 andresin87

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

andresin87 avatar Oct 19 '21 16:10 andresin87

Found another error on npm run phoenix

image

Xaconi avatar Oct 20 '21 19:10 Xaconi

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

Xaconi avatar Oct 24 '21 20:10 Xaconi

$ 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 avatar Oct 25 '21 07:10 andresin87

@andresin87 @turolopezsanabria

npm run phoenix

image

npm run dev molecule/inputTags

image

😭😭😭

Xaconi avatar Oct 25 '21 21:10 Xaconi

Windows or Mac?

andresin87 avatar Oct 27 '21 13:10 andresin87

Windows 10

Xaconi avatar Oct 27 '21 15:10 Xaconi

@andresin87 @turolopezsanabria Any updates on this one??

Xaconi avatar Nov 08 '21 14:11 Xaconi