reactjs
InputText bottom border disappears automatically all of sudden
I'm seeing InputText bottom border disappears automatically all of sudden. If I restart the application in the simulator, then I see the border again. Then suddenly it disappears when I make some change which pushes hot-reload in the simulator. I'm 100% sure, it was not because of my changes because if I simply restart the app in the simulator, i see the bottom border again. I'm using RN 0.30 and android simulator. Anybody know what's happening? Please see picture below. <TextInput placeholder="Title" style={styles.inputField} placeholderTextColor={theme.placeholderTextColor} maxLength={50} returnKeyType={'next'} ref={(c) => { this._fieldTitle = c; }} value={title} onFocus={() => { this.inputFocused(this._fieldTitle); this.setState({ showTitleLabel: true }); }} onChangeText={(title) => this.setState({ title })} onEndEditing={this._validateTitle} onBlur={() => { if (title === null || title === '') { this.setState({ showTitleLabel: false }); } }} />
Related Links
React-Redux best practice to change auth state
How can I test the text of a child element in enzyme?
Dynamic copies of Reducer in Redux
How to create privaterouter by extending Route
Why am I getting a parsing error in this React component code?
Changing route with react Router 4 from child
React WebPack Live Update not working
Change language to “+2 more” link in react-big-calendar
TypeError: 'undefined' is not a function (evaluating 'Object.entries(opts)') only on safari
Apollo mutation not appearing in props
What is the best way to apply a default set of values on an array in redux, but only on initial load?
React Script Proxy not working
I am getting an “Invalid Host header” message, when running my React app in a Webpack dev server on Cloud9.io
How do I Make and Use React components?
React-Router V4 - server rendering works only on one machine
Redux Form can't fill initialValues