Skip to content

Commit d4ee613

Browse files
committed
feat(setOptionExternal): added note to try to trigger release
1 parent ab05705 commit d4ee613

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SimpleSelect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class SimpleSelect extends React.Component {
4444
validOptions: optionValidation.valid,
4545
invalidReason: optionValidation.reason,
4646
currentOptionSelected: defaultValue,
47+
//add in initial currentOptionIndex
4748
legendLabel: props.legendLabel ? props.legendLabel : "",
4849
selectOpen: false,
4950
options: optionsWithIndexProp,

0 commit comments

Comments
 (0)