✂️ unused app/inputs/* (old simple_form overrides)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
class CollectionSelect2Input < SimpleForm::Inputs::CollectionSelectInput
|
||||
def input_html_classes
|
||||
super.push("select2")
|
||||
end
|
||||
end
|
||||
@@ -1,6 +0,0 @@
|
||||
class DatepickerInput < SimpleForm::Inputs::Base
|
||||
def input
|
||||
@builder.text_field(attribute_name, input_html_options) + \
|
||||
@builder.hidden_field(attribute_name, class: attribute_name.to_s + "-alt")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user