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

Getting a blank picker #175

Open
rmdvector opened this issue Oct 25, 2022 · 1 comment
Open

Getting a blank picker #175

rmdvector opened this issue Oct 25, 2022 · 1 comment

Comments

@rmdvector
Copy link

Using the latest from git from this repo, I get a blank picker instead of the expected wheels.
The picker is displayed using return ( <DatePicker onDateSelected={(date) => this.handleChange({}, date)} // no event param /> )

image

If I use v2.0.6 from npm I get a missing `format` variable.
@rmdvector
Copy link
Author

Looks like the width comes up undefined, so I added minWidth to the style. Then height wasn't set so I added minHeight also and now it displays properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant