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 7781194 commit 3510964Copy full SHA for 3510964
src/Selector/SingleSelector.tsx
@@ -89,7 +89,7 @@ const SingleSelector: React.FC<SelectorProps> = props => {
89
onCompositionEnd={onInputCompositionEnd}
90
tabIndex={tabIndex}
91
attrs={pickAttrs(props, true)}
92
- maxLength={combobox && maxLength}
+ maxLength={combobox ? maxLength : undefined}
93
/>
94
</span>
95
0 commit comments