Can't create Custom inputs for some (Text, Booleans, …) types, with SimpleForm
问题 I can't figure out why this is not working as it should - or - I'm missing something important ? Here's the list of the mapped types from simple_form / lib / simple_form / form_builder.rb : map_type :text, :to => SimpleForm::Inputs::TextInput map_type :file, :to => SimpleForm::Inputs::FileInput map_type :string, :email, :search, :tel, :url, :to => SimpleForm::Inputs::StringInput map_type :password, :to => SimpleForm::Inputs::PasswordInput map_type :integer, :decimal, :float, :to => SimpleForm