8

Ho un problema con questo:aggiungere: onchange => "readURL (questo)" per file di input su simple_form

voglio aggiungere :onchange => "readURL(this)" al mio:

<%= f.input :image, :as => :file, :onchange => "readURL(this)" %> 

ho provato con:

<%= f.input :image, :as => :file, :html => {:onchange => 
"readURL(this)"} %> 

ma non riesco a vedere lo onchange="readURL(this)" nel codice html.

Come posso risolvere questo problema?

Grazie ancora: D.

risposta