Skip to content

Commit

Permalink
Merge pull request #3657 from Dashlane/fix/floating-label-fixed-undef…
Browse files Browse the repository at this point in the history
…ined

[TextField] Fix bad hint text show condition in edb8ad9
  • Loading branch information
alitaheri committed Mar 10, 2016
2 parents 04e81b1 + 392d48a commit 7241149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TextField/TextField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ const TextField = React.createClass({
getDefaultProps() {
return {
disabled: false,
floatingLabelFixed: false,
multiLine: false,
fullWidth: false,
type: 'text',
Expand Down

0 comments on commit 7241149

Please sign in to comment.