Skip to content

Commit

Permalink
Fixes #1114
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Sep 22, 2019
1 parent 2f8e893 commit acdf6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class UdInputField extends React.Component {
name={field.name}
onChange={e => this.onTextFieldChange(field, e) }
value={field.value}
placeholder={field.placeholder ? field.placeholder[0] : field.name}
label={field.placeholder ? field.placeholder[0] : field.name}
/>
}

Expand Down

0 comments on commit acdf6b9

Please sign in to comment.