Forms with fields named :url don't lay out properly.
peakpg opened this issue · 0 comments
peakpg commented
For simpleform fields like <%= f.input :link_to_url %>
the CSS isn't fully justifying the field.
The workaround is this: <%= f.input :link_to_url, :as => :string %>
but really the CSS should handle type="url" correctly.