Method: Oversee::Field::Input::Integer#view_template
- Defined in:
- app/components/oversee/field/input/integer.rb
#view_template ⇒ Object
2 3 4 |
# File 'app/components/oversee/field/input/integer.rb', line 2 def view_template input(type: "number", id: field_id, name: field_name, value:, class: "flex w-full border rounded-sm px-4 py-2 text-sm") end |