We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7476b commit e02aa1aCopy full SHA for e02aa1a
core/src/components/input-otp/input-otp.tsx
@@ -28,7 +28,9 @@ export class InputOTP implements ComponentInterface {
28
private parsedSeparators: number[] = [];
29
30
/**
31
- * The value of the OTP input when it is focused.
+ * Stores the initial value of the input when it receives focus.
32
+ * Used to determine if the value changed during the focus session
33
+ * to avoid emitting unnecessary change events on blur.
34
*/
35
private focusedValue?: string | number | null;
36
0 commit comments