Skip to content

Commit

Permalink
Added classes to SelectField in uniforms-semantic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin authored and radekmie committed Nov 2, 2018
1 parent 251099b commit 29d5e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uniforms-semantic/src/SelectField.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const renderSelect = ({
value
}) =>
<select
className="ui selection dropdown"
disabled={disabled}
id={id}
name={name}
Expand Down

0 comments on commit 29d5e84

Please sign in to comment.