Artem S

Results 38 comments of Artem S

Hey @iampearceman, was busy for some time, excuse me for delay. I have just fixed, what @p-fernandez demanded to fix and resolved merge conflicts.

@derrickmehaffy @alexandrebodin to be honest I feel a bit confused about the way of listing files using path key. I mean, to list all folders you will need to iterate...

> Hi, thank you for this RFC. > > At first glance I am wondering why the folder model would be necessary ? > > I think have a simple...

@florianbress actually there is `CommandList` component that does this, you can make it like this: ```jsx Kein Markt gefunden. {recievers?.payload?.map((reciever) => ( { form.setValue('recieverId', value); }} > {reciever.name} ))} ```

I made an example repo with simple code to help with the swap using this library. Check it out. [precious-void/raydium-swap](https://github.com/precious-void/raydium-swap).

Solved this problem for me by overwriting inputs value though ref. Not sure, that is good, but it works. https://codesandbox.io/s/preact-phone-mask-i8r8y?fontsize=14&hidenavigation=1

@just-boris you can try to manage with this, by observing cursor position with selection start/end on key up. https://codesandbox.io/embed/preact-phone-mask-i8r8y?fontsize=14&hidenavigation=1&theme=dark ```javascript const handleChange = e => { const { selectionStart, value...

@Niek reproduced it on visible input with `{ width: 0, height: 0 }`, might happen because of devision to zero, or another weird staff.