Skip to content

Commit

Permalink
Update element.go Blur method description (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-field committed Apr 30, 2023
1 parent 4541f19 commit 28263ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element.go
Expand Up @@ -301,7 +301,7 @@ func (el *Element) InputTime(t time.Time) error {
return err
}

// Blur is similar to the method Blur
// Blur removes focus from the element.
func (el *Element) Blur() error {
_, err := el.Evaluate(Eval("() => this.blur()").ByUser())
return err
Expand Down

0 comments on commit 28263ae

Please sign in to comment.