Dror-Bar

Results 46 comments of Dror-Bar

@Werewolve Could you possibly be trying to access the dropdown after clicking a textInput (or triggering the keyboard somehow)? this was the cause of the problem for me.

Interesting, I thought I tried that but I'll give it another go.

@therise3107 While I haven't tried it myself yet, you could probably achieve something like this with the built-in method renderRow. The method gives you complete control on how the dropdown...

@Mikael-Aberg Thanks a lot, that works. This solution can be implemented in the module level, no need to change project scope text color. Edit: However, I seem to be having...

@benheb well I don't know if this will work for your needs exactly, but in my use case I had a structure like this: ``` { const { x, y...

If anyone is having this issue, I currently resolved this by having a secondary div with 100% height and width, and inside it all the RND components. They now respect...

> I'm not sure if that's easy to implement. As a workaround, maybe this works: > > ```js > if (400 > data.lastX && !this.state.disableDragging) { > this.setState({ > ......

I don't know if this would be useful to someone, but I ended up editing the library to support what I call "custom bounds". Basically, this allows to limit the...

I have a different use case, but [my](https://github.com/bokuweb/react-rnd/issues/582#issuecomment-779274112) solution might be useful to someone.

I have the same issue. I need to use all of these icons: [https://use.fontawesome.com/releases/v5.0.9/css/all.css](https://use.fontawesome.com/releases/v5.0.9/css/all.css) But I have no idea how to import all of these. Does anyone have any idea?...