mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 08:48:01 +00:00
Merge pull request #2497 from hcengineering/forward-focus-styled-text-box
Forward focus in StyledTextBox
This commit is contained in:
commit
ec755596ca
@ -123,6 +123,7 @@
|
||||
on:attach
|
||||
on:focus={() => {
|
||||
focused = true
|
||||
dispatch('focus')
|
||||
}}
|
||||
on:blur={() => {
|
||||
focused = false
|
||||
|
Loading…
Reference in New Issue
Block a user