-
Notifications
You must be signed in to change notification settings - Fork 77
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
calcite-input-time-picker - Add support for fractional seconds #6591
Comments
This request is a requirement of the Maps SDK for JavaScript to support new date fields throughout the ArcGIS ecosystem - should be paired with the creation of a new component from #6590. |
Tagging this for necessary updates to Figma component. cc @SkyeSeitz |
Just updated the proposed design: From: <calcite-input-time-picker showMilliseconds=true value="13:07:04.102" /> To: <calcite-input-time-picker fractionalSecondDigits=3 value="13:07:04.102" /> ...to align with
|
Design specs complete and available at the links below. |
Reallocating to the May milestone, where it is expected to land soon for additional texting in |
@jcfranco we will not using this component at 4.27 as we decided to only support You can find the general updates on adding support for new date/time fields from this planning doc issue: https://devtopia.esri.com/WebGIS/arcgis-js-api-planning-docs/issues/287#issue-1369706 |
Reallocated to the upcoming July milestone per the discussion above. |
Reallocated to the August milestone with the UC approaching and addressing critical bugs in next week's June patch release. |
Passing the torch to @eriklharper for this one. 🔥🔥🔥 |
**Related Issue:** #6591 ## Summary This PR adds initial support for fractional seconds in `input-time-picker` and `time-picker` components. Both `input-time-picker` and `time-picker` officially support fractional step values from `.001` to `.9`. --------- Co-authored-by: Erik Harper <[email protected]>
Installed and assigned for verification. |
Verified in <calcite-input-time-picker step="0.1" value="10:37:09.5"></calcite-input-time-picker> |
Description
The
calcite-input-time-picker
needs to be extended to support milliseconds. Specifically the component needs an option to include milliseconds in the display and also an editing experience.Perhaps:
Acceptance Criteria
calcite-input-time-picker
to support millisecond display and editingRelevant Info
No response
Which Component
Example Use Case
No response
Esri team
ArcGIS Maps SDK for JavaScript
Reference
The text was updated successfully, but these errors were encountered: