* Added parser and formatter properties to input and input_number components
* Implemented copy trait for OptionalProp
* InputNumber's formatter and parser using its generic type
* Fixed InputNumber's docs
* feat: Add min/max props into InputNumber
Adding range into InputNumber component with min/max props
* refactor: InputNumber component
* docs: Add Min / Max section into InputNumber
* docs: Improvement InputNumber
- Change min/max insertion position.
- Change the crate that is added to T impl for conciseness.
- Uniformity of expression: maximum for minimum.