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 014dca6 commit 3a06162Copy full SHA for 3a06162
src/index.tsx
@@ -207,7 +207,7 @@ const ReactInputVerificationCode = ({
207
tabIndex={0}
208
className={`ReactInputVerificationCode__item ${
209
value[i] !== placeholder ? 'is-filled' : ''
210
- } ${i === activeIndex ? 'is-active' : ''} `}
+ } ${i === activeIndex ? 'is-active' : ''}`}
211
onFocus={onItemFocus(i)}
212
>
213
{value[i] || placeholder}
0 commit comments