Is your feature request related to a problem? Please describe.
I want to use disabled prop in a typescript project.
Describe the solution you'd like
One line code would be perfect disabled={inprogress}
Describe alternatives you've considered
Show/hide DatePicker with a boolean value. Please let me know if there is a better alternative?
Additional context
I think it would be great if we could pass input attributes from DatePicker component down into actual <input > tag. I know one way to do it is using renderInput but that requires more line of codes.
Is your feature request related to a problem? Please describe.
I want to use
disabledprop in a typescript project.Describe the solution you'd like
One line code would be perfect
disabled={inprogress}Describe alternatives you've considered
Show/hide
DatePickerwith a boolean value. Please let me know if there is a better alternative?Additional context
I think it would be great if we could pass input attributes from
DatePickercomponent down into actual<input >tag. I know one way to do it is usingrenderInputbut that requires more line of codes.