Skip to content

Commit

Permalink
Update validate-other.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hy9125 authored and afc163 committed Oct 31, 2018
1 parent cc37b8e commit cdc39d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/demo/validate-other.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Demo extends React.Component {
})(
<Select placeholder="Please select a country">
<Option value="china">China</Option>
<Option value="use">U.S.A</Option>
<Option value="usa">U.S.A</Option>
</Select>
)}
</FormItem>
Expand Down

0 comments on commit cdc39d0

Please sign in to comment.