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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -