-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlay text #3
Comments
I see... yes, maybe the |
I have done a quick check and with |
autoReflow property added that defines whether the text should reflow to the new line if there is no enough space. Default is true |
Great! :-) when this will be available in npm? |
It's already available.
…On Sat, 13 Jan 2018 at 09:31, Jesús Leganés-Combarro < ***@***.***> wrote:
Great! :-) when this will be available in npm?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFjD9VdMhOrg4REsuuEJODFNQfgMk2P-ks5tKHfVgaJpZM4RcSXG>
.
|
Thank you! :-D |
react-native-material-selectize/src/react-native-selectize.js
Lines 316 to 320 in 6d43dad
I've found that an overlay text is being added while writting the text of a new chip. Don't know if it's purpossed for Android or iOS, but by using
react-native-web
it looks a bit ugly. Could you be able to clarify the purposse of that, and if so if it could be removed (maybe by an optional flag)?The text was updated successfully, but these errors were encountered: