Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Focus function should support which input can be focused on in range #202

Closed
jordanjones243 opened this issue Mar 5, 2024 · 0 comments · Fixed by #204 or #200
Closed

Focus function should support which input can be focused on in range #202

jordanjones243 opened this issue Mar 5, 2024 · 0 comments · Fixed by #204 or #200
Assignees
Labels
Type: Feature New Feature

Comments

@jordanjones243
Copy link
Contributor

jordanjones243 commented Mar 5, 2024

General Support Request

Currently, there is a focus() method that forces focus on the first input no matter what datepicker is being rendered. There should be additional logic added to allow implementers to choose which input can be focused on when the range attribute is present.

Possible Solution

Add an optional parameter to the function that will give implementers the ability to call focus onto the second input in a datepicker with range ability

Exit criteria

Either input can be focused on when calling the focus() method

@jordanjones243 jordanjones243 added not-reviewed Issue has not been reviewed by Auro team members Type: Feature New Feature labels Mar 5, 2024
@Patrick-Daly-AA Patrick-Daly-AA removed their assignment Mar 6, 2024
@Patrick-Daly-AA Patrick-Daly-AA removed the not-reviewed Issue has not been reviewed by Auro team members label Mar 6, 2024
@jordanjones243 jordanjones243 linked a pull request Mar 8, 2024 that will close this issue
6 tasks
@jordanjones243 jordanjones243 self-assigned this Mar 8, 2024
@jordanjones243 jordanjones243 mentioned this issue Mar 8, 2024
6 tasks
@jordanjones243 jordanjones243 linked a pull request Mar 8, 2024 that will close this issue
6 tasks
blackfalcon pushed a commit that referenced this issue Mar 12, 2024
# [2.4.0](v2.3.0...v2.4.0) (2024-03-12)

### Bug Fixes

* **linters:** fix linting errors ([545875e](545875e))
* **popover:** update overflow boundary for popover [#197](#197) ([3bc0616](3bc0616))

### Features

* **focus:** update input focus handling method [#202](#202) ([f66159e](f66159e))
* **versioning:** implement component dependency versioning [#163](#163) [#166](#166) ([4fc7bd0](4fc7bd0))

### Performance Improvements

* **deps:** update dependencies ([f60a640](f60a640))
* **deps:** update dependencies ([4e020ad](4e020ad))
* **deps:** update dependency operator for auro components ([6b86fca](6b86fca))
* **icon:** update render icon handling for year crossover ([190e0be](190e0be))
* **icon:** update render icon handling for year crossover ([d948b1c](d948b1c))
* **popover:** update popover dependency ([0238382](0238382))
* **slot:** update handling of slot content insertion [#198](#198) ([cc73303](cc73303))
* **tests:** fix broken tests causing them to time out ([dc74d00](dc74d00))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Feature New Feature
Projects
None yet
2 participants