This repository was archived by the owner on Mar 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Focus function should support which input can be focused on in range
#202
Labels
Type: Feature
New Feature
Comments
jordanjones243
added a commit
that referenced
this issue
Mar 8, 2024
6 tasks
Merged
6 tasks
jordanjones243
added a commit
that referenced
this issue
Mar 8, 2024
jordanjones243
added a commit
that referenced
this issue
Mar 8, 2024
jordanjones243
added a commit
that referenced
this issue
Mar 8, 2024
jordanjones243
added a commit
that referenced
this issue
Mar 8, 2024
jordanjones243
added a commit
that referenced
this issue
Mar 8, 2024
jason-capsule42
pushed a commit
that referenced
this issue
Mar 12, 2024
jason-capsule42
pushed a commit
that referenced
this issue
Mar 12, 2024
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.
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 therange
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
abilityExit criteria
Either input can be focused on when calling the
focus()
methodThe text was updated successfully, but these errors were encountered: