Doma

Results 127 comments of Doma

Not quite understanding your question. I'm passing the same props as you stated, and the "max tick" seems to match the `max` prop well. ![image](https://user-images.githubusercontent.com/8225666/108826682-91504800-75ff-11eb-96a5-3637e2ab8ef1.png) What's the expected behavior in...

@eDubrovsky Which version of webpack are you using? less-loader no longer support webpack earlier than v5 since `v8.0.0` release (see related issue https://github.com/webpack-contrib/less-loader/issues/416). If you were using like webpack 4,...

@AlexeySovid This does not look like an issue within rsuite, but loaders mismatching webpack version. Please try upgrading less-loader to versions compatible with webpack 5.

Hi @dgastudio, you have to manually handle the closing logic for ``s for now. ```jsx { return values.map((tag, index) => ( setValue((prevValue) => prevValue.filter((item) => item !== tag) ) }...

> Sorry, need to reopen. How to avoid dropdown opening on each click on closable? Is this a further question around this same issue, or a new question with the...

> yes, check please your example. select some items click on remove tag dropdown opens automatically I see, thanks for the feedback! It's not easy to predict events from within...

@dgastudio By looking at ``'s props closely I found that it accepts a `tagProps` prop that is passed down to rendered ``s. ```jsx // Show close button on Tags ```

> Hello, thank you! but, how can this property be applied on renderValue? > > https://codesandbox.io/s/morning-glade-hxy84u?file=/src/index.js > > it works fine without renderValue Looks like `tagProps` does not apply on...

I don't think a custom value prop is key to this `` case. We don't take `checked` from `` because it receives value via this "customized prop", but because *it's...

Hi @RamonPessoa, Could you provide a CodeSandbox demo? You may use this template https://codesandbox.io/s/rsuite-template-5vq6zo2z5l