Tuan Le
Tuan Le
I'll take a look at the bug.
I'll release an update later today. Working updating to latest react-native also.
Update to version 0.3.0. The component should correctly show placeholder text with the specified color. ` `
Let me fix this and the fontSize issue. I'll check in the fixes in a day or two.
Updated to version 0.3.1. It was an easy fix. I used the lodash merge function incorrectly when merging styles.
I'll get that feature implement for the next update soon. Thanks.
Is this what you are looking for? ` true }/> ` This will only clear if the function return true after componentWillReceiveProps is called. There is also a clearSuggestion function...
Here is an example of what you can do with component ref method. ` { this.searchHeader = searchHeader; }} /> this.searchHeader.clearSuggestion()} /> `
@adi23arora I have onClear callback prop implemented, but I did not put it in the docs and not tested. You can try it out to see if it is working....
I see. I'll will fit that and have an update in a day or two.