Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active January 25, 2016 09:01
Show Gist options
  • Select an option

  • Save YumaInaura/d11ed8eb014e6d8ce2b5 to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/d11ed8eb014e6d8ce2b5 to your computer and use it in GitHub Desktop.
ActiveAdmin | filter に as: :string を指定したら、短すぎる maxlength が作られてしまう ref: http://qiita.com/Yinaura/items/3e70f9958590bd0e5e3f
ActiveAdmin.register Example do
filter :id, as: :string
end
ActiveAdmin.register Example do
filter :id, as: :string
end
<input type="xxxx" maxlength="4">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment