Skip to content

Commit fe03b3d

Browse files
committed
Call onInputChange after reseting the input
1 parent 6617584 commit fe03b3d

File tree

1 file changed

+1
-0
lines changed
  • packages/components/src/form-token-field

1 file changed

+1
-0
lines changed

packages/components/src/form-token-field/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export function FormTokenField( props: FormTokenFieldProps ) {
185185
} else {
186186
// Reset to initial state
187187
setIncompleteTokenValue( '' );
188+
onInputChange( '' );
188189
setInputOffsetFromEnd( 0 );
189190
setIsActive( false );
190191

0 commit comments

Comments
 (0)