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

DateRangeInput: passing { disabled: true } to startInputProps or endInputProps does not disable the input. #3606

Closed
Anveio opened this issue Jun 17, 2019 · 0 comments · Fixed by #3607

Comments

@Anveio
Copy link
Contributor

Anveio commented Jun 17, 2019

Environment

Version: 3.9.0

Codesandbox demonstrating the issue: https://codesandbox.io/s/cranky-booth-13o7i

Steps to reproduce

See codesandbox.

Actual behavior

Neither the start input nor the end input are disabled.

Expected behavior

The inputs should be disabled when their inputProps pass disabled: true

Possible solution

PR incoming.

This issue was closed.
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

Successfully merging a pull request may close this issue.

1 participant