silvercommerce / quantityfield
Text input field with validation for numeric values.
Package info
github.com/silvercommerce/quantityfield
Type:silverstripe-vendormodule
pkg:composer/silvercommerce/quantityfield
1.1.0
2025-06-23 18:01 UTC
Requires
- silverstripe/framework: ^4 || ^5
Suggests
- silverstripe/cms: Add full content management support to your site
README
Extended version of numeric input field with improved validation for numeric values.
This module is basically a NumericField, but the validator perorms a check to ensure that the value entered is a number.
Installation via composer
Install this module by running:
composer require silvercommerce/quantityfield