Skip to content

Bug: Outlined Text-Box having issue with Label #1341

@ajay28kumar

Description

@ajay28kumar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions