mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 05:13:06 +00:00
Forward focus in StyledTextBox
Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
This commit is contained in:
parent
0e40ad596b
commit
cfca496970
@ -123,6 +123,7 @@
|
||||
on:attach
|
||||
on:focus={() => {
|
||||
focused = true
|
||||
dispatch('focus')
|
||||
}}
|
||||
on:blur={() => {
|
||||
focused = false
|
||||
|
Loading…
Reference in New Issue
Block a user