numeric property

bool numeric
final

Whether Laravel will treat this field's bounds as VALUES rather than lengths. Published as a rule, not inferred from the node's type: ->email()->numeric() renders as an email input and validates numerically, and the two answers are independent.

Implementation

final bool numeric;