Skip to content

Commit

Permalink
Improve: empty input on Blur
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 committed May 6, 2024
1 parent 1e82cad commit f0aa2e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const InlineTextfield = ({

const onBlurInput = (e): void => {
setClassNameBasedOnValue()
e.target.value = ''
}

const onMouseOverDots = (e): void => {
Expand Down

0 comments on commit f0aa2e8

Please sign in to comment.