html - Icon prepend with simple_form in rails 4 -


i using simple_form bootstrap form fields.

<%= f.input :description, :input_html => { :rows => 1 }, :disabled => disabled, :wrapper => :icon_prepend, :icon_html => {:class => 'ss-draw'}, :wrapper_html => {:class => 'dark'} %> 

the icon has been prepended textarea field. icon keeps moving down resize textarea rows. there way fix icon on top , don't let move when field resizes?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -