Skip to content

Commit

Permalink
Fix masked inputs cursor position
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Jul 9, 2024
1 parent 8f2b3c9 commit 66bfe49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ class Imask(private val imask: dynamic) : Mask {

override fun refresh() {
imask.updateValue()
imask.updateControl()
imask.updateControl("auto")
}
}

0 comments on commit 66bfe49

Please sign in to comment.