Combobox selectedItems
prop sometimes stale in calciteComboboxChange
handler
#11382
Open
2 of 6 tasks
Labels
0 - new
New issues that need assignment.
ArcGIS Field Apps
Issues logged by ArcGIS Field Apps team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
impact - p0 - emergency
User set priority impact status of p0 - emergency
needs triage
Planning workflow - pending design/dev review.
Check existing issues
Actual Behavior
Given a
<calcite-combobox>
withallow-custom-values
enabled, typing in a custom value triggers thecalciteComboboxChange
event. However, in the event's handler, the target combobox'sselectedItems
prop does not include the selected item.Screen.Recording.2025-01-24.at.6.56.36.PM.mov
Expected Behavior
The target combobox's
selectedItems
prop does include the selected item by the time thecalciteComboboxChange
emits.Screen.Recording.2025-01-24.at.6.57.57.PM.mov
Reproduction Sample
https://codepen.io/nwhittaker-esri/pen/vEBQeyG
Reproduction Steps
combobox.selectedItems
value does not include the item selected in step 2.Reproduction Version
3.0.0-next.111
Relevant Info
Possibly related to #11381.
Regression?
2.13.2
Priority impact
impact - p0 - emergency
Impact
A workaround is to derive the
selectedItems
prop from the combobox's child elements. However it'd be a high level of effort to fix for every combobox instance in our code base. Requesting p0 priority as Field Maps is looking to release with Calcite 3 in a few weeks.Calcite package
Esri team
ArcGIS Field Apps
The text was updated successfully, but these errors were encountered: