preact-material-components
preact-material-components copied to clipboard
Bug: Outlined Text-Box having issue with Label
I'm using preact-material-component
textBox field for my project and textBox is rendering as below image
PS: If I refresh the page then I get correct UI
TextBox code is here:
<TextField
label='Enter OTP'
id='otp'
type='tel'
outlined
onKeyUp={this.updateInput}
value={this.state.inputValue}
/>