ITADN

DateInput.Segment text doesn't update reactively in Solid

#3874Openspotdemo4 创建于 2026-05-05
triage
S
spotdemo4commented
### Description The text rendered inside each `DateInput.Segment` is fixed to whatever value the segment had on first render. Subsequent state changes (typing into segments, programmatic `setValue`, controlled `value` prop changes) update the underlying machine state correctly — focus advances, `data-*` attrs update, the hidden input value is right — but the visible text in each segment never changes. ### Link to Reproduction (or Detailed Explanation) https://stackblitz.com/edit/bbedzxcy?file=src%2FApp.tsx ### Steps to Reproduce 1. Try to type in a date 2. Try to select a date with the `DatePicker` ### Ark UI Version 5.36.2 ### Framework - [ ] React - [x] Solid - [ ] Vue - [ ] Svelte ### Browser All ### Additional Information _No response_
0 条评论