File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default props => {
11
11
} = props
12
12
13
13
return (
14
- < p className = { classNames ( 'control' , { 'has-icon ' : icon } ) } >
14
+ < p className = { classNames ( 'control' , { 'has-icons-left ' : icon } ) } >
15
15
< Input { ...props } />
16
16
{ icon && < Icon size = "small" name = { icon } /> }
17
17
{ touched && ( error && < span className = "help is-danger" > { error } </ span > ) }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default params => {
32
32
)
33
33
34
34
return (
35
- < p className = { classNames ( 'control' , { 'has-icon ' : ! ! icon } ) } >
35
+ < p className = { classNames ( 'control' , { 'has-icons-left ' : ! ! icon } ) } >
36
36
{ textarea }
37
37
< TextareaLengthCounter length = { input . value . length } maxLength = { maxLength } />
38
38
{ hasError && < span className = "help is-danger" > { error } </ span > }
You can’t perform that action at this time.
0 commit comments