question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Input tags - Allow removing Tags with the Keyboard

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Xaconicommented, Oct 13, 2021

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!

0reactions
Xaconicommented, Nov 8, 2021

@andresin87 @turolopezsanabria Any updates on this one??

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remove HTML tags in <input> on keypress - Stack Overflow
4 Answers 4 ; 2 · Try this $("input").on("keypress",function(e){ var val = $(this).val(); var regex = /(<([^>]+)>)/ig; var result = val .replace( ...
Read more >
<input>: The Input (Form Input) element - HTML
The HTML element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety...
Read more >
Tagify - Tags input Component - GitHub Pages
"Remove all tags" by an external button; Listen to various Tagify events; Un-listen to specific event (see onAddTag function). Intro: The input element...
Read more >
Program to remove HTML tags from a given String
Since every HTML tags are enclosed in angular brackets(<>). Therefore use replaceAll() function in regex to replace every substring start with “ ...
Read more >
Building a tag input field component for React - LogRocket Blog
We also need to be able to delete the tags when the backspace key is pressed, for which there are two different approaches:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found