Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DatePicker] add prop: openImmediately={true} #4401

Closed
liesislukas opened this issue Jun 1, 2016 · 1 comment
Closed

[DatePicker] add prop: openImmediately={true} #4401

liesislukas opened this issue Jun 1, 2016 · 1 comment
Labels
component: date picker This is the name of the generic UI component, not the React module!

Comments

@liesislukas
Copy link
Contributor

liesislukas commented Jun 1, 2016

Description

I'm making editable text inputs. There is text, click on it - opens input: text field focused in, dropdown selections etc. Can't make it happen with date picker, because there is no option to open DatePicker automatically after render. I will make input's styles to look like there's no input

<DatePicker
            textFieldStyle={{fontSize: 'inherit'}}
            underlineShow={false}
            ...
/>

but it's dirty way and input will actually be rendered, so a lot more DOM elements on view. I have big tables with many dates.

Please add option to DatePicker like we have with DropDownMenu openImmediately={true}

Images & references

<DatePicker
          openImmediately={true}
          ...
/>
@oliviertassinari
Copy link
Member

Closing for #4787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: date picker This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

4 participants