Skip to content

Commit 88f1d42

Browse files
committed
Enable first option and rename label in select
Refs: #7226
1 parent e41dc51 commit 88f1d42

File tree

1 file changed

+1
-2
lines changed
  • packages/samples/react/src/components/select/partials

1 file changed

+1
-2
lines changed

packages/samples/react/src/components/select/partials/cases.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ import { COUNTRY_OPTIONS } from '../../../shares/country';
99

1010
const SALUTATION_OPTIONS: SelectOption<string>[] = [
1111
{
12-
label: 'No choice',
12+
label: 'Select salutation',
1313
value: '',
14-
disabled: true,
1514
},
1615
{
1716
label: 'Mrs.',

0 commit comments

Comments
 (0)