MishkaGervaz.Form.Types.Field.Number (MishkaGervaz v0.0.1-alpha.3)

Copy Markdown View Source

Numeric input field type.

Validates against the field's ash_type: :integer / Ash.Type.Integer reject decimals; other numeric Ash types accept either integers or floats. Sanitizes string input by stripping HTML and trimming whitespace.

See MishkaGervaz.Form.Behaviours.FieldType and MishkaGervaz.Form.Types.Field.