Esri/calcite-design-system

[calcite-input-time-zone]: logs warning for an internally rendered element

Open

#13,036 opened on Oct 6, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (88 forks)auto 404
ArcGIS Maps SDK for JavaScriptbugestimate - 2good first issueimpact - p2 - want for an upcoming milestonep - low

Repository metrics

Stars
 (367 stars)
PR merge metrics
 (PR metrics pending)

Description

monday.com sync: #18117605512

Check existing issues

Actual Behavior

The calcite-input-time-zone component has started logging a warning due to the clearDisabled property that is applied to its internal combobox.

This is the warning message:

clearDisabled is ignored when selection-mode is set to "single-persist"

https://github.com/Esri/calcite-design-system/blob/74edb845bc6508f2668e51bf0843e712d65bf660/packages/calcite-components/src/components/input-time-zone/input-time-zone.tsx#L507-L509

Expected Behavior

This warning is not actionable by users, so shouldn't appear in the console.

Reproduction Sample

https://codepen.io/gstefansson/pen/dPGNLVO?editors=100

Reproduction Steps

  1. open the devtools console
  2. the warning should be logged immediately

Reproduction Version

3.3.2 [Date: 2025-10-03, Revision: d92ed7736]

Relevant Info

No response

Regression?

No response

Priority impact

impact - p2 - want for an upcoming milestone

Impact

No response

Calcite package

  • @esri/calcite-components
  • @esri/calcite-components-react
  • @esri/calcite-design-tokens
  • @esri/calcite-ui-icons
  • @esri/eslint-plugin-calcite-components

Esri team

ArcGIS Maps SDK for JavaScript

Contributor guide