Releases: akvo/akvo-react-form
Releases · akvo/akvo-react-form
Bantul v2.0.9
- Data-point status (Submitted, Pending, and Current).
- Prevent user to click load button if the Data-point is submitted.
Bantul v2.0.7
- Hide mobile Keyboard when it's possible (Date, Options, Cascade)
- Numeric Keyboard for number type of Input
- Remove the star sign (required) in the extra field.
- Allow input 0 for Geo-location
- Use my location is not working on the mobile device
- Inform the user when we save the submission
Gilimanuk v2.0.6
- Show double asterisk for
coreMandatory
question
Semarapura v2.0.5
- Fix load initial data value for table type of question
Gianyar v2.0.4
#71 meta-object: to generate Data point name based on answers to questions.
Gianyar v2.0.3
- Fix bug, input value disappear after typing
- this happens when the
autoSave
config is not set forWebform
- this happens when the
v2.0.2 Surabaya
New Features
Table Type of Question: Example
Columns
Columns is valid only for table
type of question
Props | Description | Type |
---|---|---|
name | Column / Question object key | String |
type | Column / Question Type | number | input | text | option |
label | Column / Question Label | String |
option | Option value | Array[Option] | undefined |
Including Bug Fixes
- Fix map zoom and position
- Update ESLint config
- Support React v.18
Denpasar v2.0.1
- Update
react-leaflet
tov4
Surabaya v2.0.0
New question type: autofield
Enable to fill value automatically based on function string. See Autofilled Object
New Webform parameter
- downloadSubmissionConfig
- leftDrawerConfig
- autoSave
Semarapura v1.6.9
- Fix submit no response issue by modify validator logic