preact-material-components icon indicating copy to clipboard operation
preact-material-components copied to clipboard

Bug: Outlined Text-Box having issue with Label

Open ajay28kumar opened this issue 5 years ago • 0 comments

I'm using preact-material-component textBox field for my project and textBox is rendering as below image

Screenshot 2019-11-19 at 10 51 37 AM

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}
                  />

ajay28kumar avatar Nov 19 '19 05:11 ajay28kumar