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 77f4d2c commit 315e030Copy full SHA for 315e030
packages/components/src/components/custom-select/custom-select.lite.tsx
@@ -697,7 +697,7 @@ export default function DBCustomSelect(props: DBCustomSelectProps) {
697
(Array.isArray(props.values) && props.values?.length === 0)
698
) {
699
// Handle the case where props.values is empty/null/undefined
700
- // but state._values still contains items that need to be cleared
+ // but state._values may still contain items that need to be cleared
701
// This fixes issues with form validation libraries that reset values
702
state._values = [];
703
}
0 commit comments