Yair Even Or

Results 366 comments of Yair Even Or

There a difficult problem with mobile keyboards, that the javascript code cannot know which key was pressed, so ENTER key cannot be detected https://javascript.info/keyboard-events#mobile-keyboards

just checked in my Safari (`v14.0.3`), MacOS, and I don't see a problem with the caret placement after adding a tag in *mix-mode*

Now I see. You did not explain the steps needed to be done in order to see the bug. It only happens when selecting by mouse/touch. Is this bug important...

Hi, I did not look for a solution, I am quite busy lately.. if it's important to your company please feel free to hire me try and fix this urgently

Have you read [this](https://github.com/yairEO/tagify#modify-original-input-value-format) or have tried the `transformTag` setting mentioned in the docs?

I will add support for this in React. I'm just flooded with work lately and have no free time

Hi, duplicates are not deleted because you've set `duplicates: false` and especially `keepInvalidTags: true` Please help me help you by providing me with a jsbin example page with minimal setup...

I don't see this happens in the React demo I've created https://codesandbox.io/s/tagify-react-wrapper-oempc?file=/src/MixedModeTagify.js I must see your code, this is why I urged developers to prepare a demo page when filing...

You are using incorrect terms: "cursor" = caret "menu" = dropdown suggestions list I will try to see what is the bug since I don't fully understand because you did...