Skip to content

Commit

Permalink
Update dropdown values to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
amitbadala committed Oct 24, 2023
1 parent e6fc942 commit 8514575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/for-tests/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ const customFields = [
<option value="" disabled hidden>
Select an option
</option>
<option value={1}>1</option>
<option value={2}>2</option>
<option value={3}>3</option>
<option value="good">Good</option>
<option value="better">Better</option>
<option value="best">Best</option>
</select>
),
optional: true,
Expand Down
3 changes: 1 addition & 2 deletions lib/build/emailpassword-shared6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8514575

Please sign in to comment.