-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add invalid handling to calcite-input-date-picker #3526
Comments
Validation is something we want to support consistently across our form/value components. I'd like for the design team to look at this holistically before we start thinking about implementation. cc @HeathMeyette @macandcheese @benelan |
@ashetland is this item similar to the one you are working on? |
No, this is a separate issue and component. Not related to the input-time enhancement. |
We verified this defect on ArcGIS Online 2023.r01 devext and qaext site (2/13/2023) in EN language with Edge chromium/Chrome/FF/Safari browsers. |
Evaluated design will include the |
This request was also filed as a bug with Online, Repro case:
|
Analysis is also tracking this fix (https://devtopia.esri.com/WebGIS/arcgis-web-analysis/issues/4166) |
@SkyeSeitz Want to verify the above comment encompasses the Online bug report from last month before finalizing the dev effort. Could you take a peek, and if we need to add additional content to ensure the fix, we could consider breaking off the effort into two different issues to fulfill the bug first. WDYT? |
Thanks, @geospatialem! Doesn't look like is there is any design work needed on the Online bug report, correct? I would consider this bug as separate from the validation support effort. |
Opened #7588 to separate the bug from the enhancement effort to prioritize the bug effort. Will be reallocating the enhancement effort into the upcoming September milestone, and hope to tackle the bug as soon as possible. cc @banuelosj @amring1 |
We verified this defect on ArcGIS Online 2024.r01 devext site (12/19/2023) in ENU language with Edge Chromium/FF/Safari/Chrome browsers. Invalid characters can be entered in textbox of Start date/End date/Start time/End time/Count options on Time slider options pane. So this defect is not fixed. Thanks! |
@Olga8614 While a portion of the effort has been mitigated, there are still additional requirements needed to be mitigated in full, which will be handled via #8000. |
Description
When a user enters totally invalid input into a date picker, no feedback is given to the user or to the app developer.
Acceptance Criteria
status
prop to calcite-input-date-picker (status: "idle" | "invalid" | "valid"
)CalciteInputDatePickerInvalid
event added to calcite-input (emitted on blur of input with invalid date entered)Relevant Info
Which Component
calcite-input-date-picker
Example Use Case
In our application, we need a way to notify the user that the date they entered is not valid.
@benelan feel free to assign me, happy to add this in
@jcfranco @driskull would love feedback on this api as well
The text was updated successfully, but these errors were encountered: