Vladislav Nikolov
Vladislav Nikolov
Bump. This is very needed for our projects where we do dynamic polyline measuring based on user input via clicking and mouse move. Resolving this issue and implementing a fix...
Also found [this](https://github.com/i-like-robots/react-tag-autocomplete) library that might be useful for references
Pretty solid first implementation! One tricky thing to consider is the inner items (tags) breaking to another line when they take the full width of the input. Basically the thing...
Is the field always going to be below? Can it be on the right of the last label unless it needs to wrap? https://github.com/user-attachments/assets/c8062f1c-9725-41a5-a0bf-edefe8425809
@blvdmitry first version looks great! Easy to use and straightforward.
I don't need the resizer at the moment and I have no planned usage, but i think `px`, `%` and `calc()` should be more than enough for sizing.
That's absolutely on point! Amazing work 💯
Apart from the package version change from [this issue](https://github.com/formaat-design/reshaped/issues/295), I've not changed any other package versions. Node version: v22.5.1 Yarn version: 1.22.22 I've managed to get to the same error...
Unfortunately, it still fails. This time I kept track of my tries (out of 10): it failed on the first, third, fifth, sixth. ```zsh Summary of all failing tests FAIL...
I've tried that, global async timeout and a lot of other approaches. I can't manage to get it fixed! Strangely through, running an isolated test like `yarn test:unit src/components/PinField/tests/PinField.test.tsx` never...