FormGear | Ver. 1.1.1
August 27, 2022
Optimized Performance
- Only run validation when it is needed (stop when the component doesn't have any validations or when creating new nested)
- Remove unnecessary copied variable
- Change declaration from {} to new Object()
- Change for ... in with forEach on running validation
- Use get_compValid filtering
- Prevent comparing answer and before answer when both values are zero or undefined
Added
- Counter attribute in response.json.
"counter": [ { "render": 1, "validate": 5 } ]
- PAPI entry module. Special thanks to Muhammad Qadri - @mqad21 for the idea on pull request #8.
- Add loader when uploading csv file
- Add size range for
CsvInput
"sizeInput": [ { "min": 1, "max": 5 } ]
- Add decimal input component
"label":"Galon", "dataKey":"galon", "decimalLength":3, "type":38
- Trigger save on change section from sidebar and nested button click
Changed
- Set view version attribute only available in CAPI
- Optimize usability of referenceIndexLookup
- Remove hardcode in CSV and photo input
- Prevent non-numerical input on numeric input
- Set SignatureInput background to white with a rounded border
Fixed
- Fix absolute bootstrap css (on Client) overwriting Checkbox and SingleCheck Input
- Prevent running variable component on the first load
- Fix on run sourceOption when there is a response file.
- Fix bug on finding blank answers when revalidating
- Fix bug overflow hidden on sm and md width
- Validate Email and URL input on change