Skip to content

Can't add placeholder #29

@yegor-pozdniakov

Description

@yegor-pozdniakov

Here expample of my code, where i try to add placeholder, but it's not working.
Maybe you can explain how is possible to add placeholder?

<TimeField
value={time !== '00:00' ? time : undefined}
onChange={onChangeTime}
input={
<InputBase
classes={{ root: classes.inputBase }}
className={classes.inlineInput}
placeholder={"HH:MM"}
onFocus={focus}
/>
}
/>

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