Nathan Whittaker

Results 64 issues of Nathan Whittaker

### Actual Behavior If an empty `calcite-input` element has focus and its value is set programmatically, it will not dispatch a `calciteInputChange` event if it's manually cleared and blurred. ###...

bug
framework-ember
0 - new
milestone adjusted

### Actual Behavior If a `` component is rendered with an `active` attribute, it behaves differently than if `active` is enabled later: 1. Modal appears immediately instead of animating in...

bug
0 - new
milestone adjusted

### Actual Behavior Given a modal with a `calciteModalOpen` handler that calls `setFocus('close-button')` on itself. Upon opening, the modal's first focusable Calcite element that implements `setFocus()` gains focus. ### Expected...

bug
0 - new
blocked
needs triage

### Description When a user clicks a button that invokes a [stepper method][1] and navigates a stepper, the stepper should emit a `calciteStepperItemChange` events. [1]: https://developers.arcgis.com/calcite-design-system/components/stepper/#component-api-methods ### Acceptance Criteria A...

enhancement
1 - assigned
ArcGIS Field Apps
spike
c-stepper

### Actual Behavior Given a `` element, toggling its `autofocus` property does not add/remove its `autofocus` attribute. ### Expected Behavior Given a `` element, toggling its `autofocus` property does add/remove...

bug
framework-ember
0 - new
needs triage

### Actual Behavior Once a `calcite-modal` element becomes hydrated, setting the `open` attribute causes the modal's backdrop to appear abruptly while the dialog area transitions in smoothly. ![ezgif com-gif-maker](https://user-images.githubusercontent.com/421496/182421026-5834f1a7-d7b5-45a2-80b2-0b4019322143.gif) ###...

bug
0 - new
milestone adjusted
has workaround

The [`ember-collection` component][1] is triggering the [`array-observers` deprecation][2]. This may be a blocker for Ember 4 upgrades. [1]: https://github.com/adopted-ember-addons/ember-collection/blob/796107758fe38d2bd5313761b05b51bc551d48a7/addon/components/ember-collection.js [2]: https://deprecations.emberjs.com/v3.x/#toc_array-observers

Given: ``` hbs {{action (pipe addToCart purchase redirectToThankYouPage) item target='checkoutService'}} ``` `pipe()` appears to resolve for `addToCart()`, `purchase()`, and `redirectToThankYouPage()` against the current component/controller space, rather than look in the...

The `` component includes a way to override the `` component's `id` attribute: https://github.com/cibernox/ember-basic-dropdown/blob/3df82cfc148514f71d810b08e7cf02df25ec0258/addon/components/basic-dropdown.ts#L41 But it's undocumented on https://ember-basic-dropdown.com/docs/api-reference. Is it safe to use? If so, it looks like there...

For RTL languages, "auto" horizontal positioning should favor a right-side alignment.

enhancement
help wanted