- Fix issue where when
$step
was set to'any'
(as reported by @romaincazier).
- Add composer.json and add to Packagist
- Add defaultValue field (as requested by @charger)
- Fix a silly mistake where a negative rounding (-1) resulted in removing all decimals instead
- Fix bug where InputfieldFloat negative precision prevented the displayed value to be updated properly
- Revert installs & requires, so direct installs from Modules Directory (should) work
- Fix bug where the Inputfield would not work properly within repeaters / repeater matrices
- Make rounding of manually entered values configurable (floor, round, ceil or disable)
- Fix small JS bug where the value-display field was not displayed
- Update README
- Code cleanup, add some ModuleInfo data & LICENSE
- Submit to PW Modules directory (http://modules.processwire.com/modules/inputfield-float-range/)
- Fix issue where setting the step value to an empty value created problem with validation
- Make the display-field optional
- Initial release