-
Notifications
You must be signed in to change notification settings - Fork 162
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
min and max properties in the DatePicker component. #6286
Comments
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
Once igxDatePicker starts to use igxDateTimeEditor #6483 (which already has min and max properties implemented) this will be automatically closed. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
Is your feature request related to a problem? Please describe.
In my case i am using a grid in edit mode.
I need to validate a cell based on value provided in some other cell in the same row.
as there is no min and max properties in date component i cannot validate it efficiently.
Describe the solution you'd like
A clear and concise description of what you want to happen.
If min and max property is present i can just refer the rowData cell value to the min and max properties and it can be validated using them if any values are entered in some other row cell which is needed for validation
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: