Sasha Khamkov

Results 69 comments of Sasha Khamkov
trafficstars

I was wondering too, It seems like it was it was removed in a79c51c by @jgallen23. I am not sure about the reason for removal, but we need to choose...

Thank you. On Mon, Mar 21, 2022, 8:44 PM Colt Jones ***@***.***> wrote: > @sanusart From https://www.gistoapp.com/ > using the OS X DMG link: > https://github.com/Gisto/Gisto/releases/download/v1.13.4/Gisto-1.13.4.dmg > > — >...

Sounds like periodic sync interrupting editing. Meanwhile, you can set sync to higher amount to make it less annoying :(

As a temp workaround I used to pre-select it with `selectedPanel` on story level. ```javascript .add( 'Live edit', withLiveEdit( `return (Default);`, { React, Button } // context ), { knobs:...

Hey. It’s hard to say. Usually if clicking outside the drop-down would close. But in your case maybe it is not detecting that the click is inside dropdown? Any chance...

Hey, I tryed [here](https://codesandbox.io/p/sandbox/react-dropdown-select-example-forked-pp339c?file=%2Fsrc%2FApp.js%3A14%2C7) with regular input and it does not have the behaiviour I am not sure how chackra UI is behaiving. Try to see if the search in...

Aah. I can see how this one might become a challenge for RDS. I would assume some internals only consider flat array and not nested with children. I will check...

Isn't it very similar situation to what showed in this example? https://react-dropdown-select.netlify.app/examples#Custom-Content-And-Dropdown-renderers Here are several different options selected with one hit. 1st, 2nd and 4th. On Mon, Dec 19, 2022,...

I think it is actually valid. First only compares with props and the second compares prop with state. I need to recreate in order to see the where is the...

But this block is getting triggered only on very particular situations. I dont understand how it is happening. I mean this would never work, why now? On Wed, Dec 21,...