Picture of Manuel Lienemann
Text Input bug
by Manuel Lienemann - Thursday, 9 March 2017, 3:19 PM
 

Hey there,

I was searching for a solution for the bug you can see on the attached screenshot. Am I able to change the length of the input fields?

Thanks


Picture of Matt Leathes
Re: Text Input bug
by Matt Leathes - Thursday, 9 March 2017, 4:13 PM
 

Hi Manuel

The sizes are defined in textinput.less (in the component's version rather than the one in the theme).

If there's a prefix or suffix (as your example has) the textbox is currently set to use up 80% of the available space. Having both prefix and suffix would push it down to 60%. If neither are present it gets 100% of the space.

Picture of Manuel Lienemann
Re: Text Input bug
by Manuel Lienemann - Friday, 10 March 2017, 10:04 AM
 

Hi Matt,

thanks for your quick response. I watched the textinput.less but I don't know what I have to change. Can you help me?

Thanks


Picture of Matt Leathes
Re: Text Input bug
by Matt Leathes - Friday, 10 March 2017, 7:21 PM
 

hi manuel

that's the theme's textinput.less you're looking at.

As I mentioned in my original reply you need to be at the component's version of textinput.less

Picture of Manuel Lienemann
Re: Text Input bug
by Manuel Lienemann - Monday, 13 March 2017, 8:12 AM
 

Okay Thank you very much :)