Skip to content

Commit

Permalink
[#154] Update readme to include showSpinner option
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Apr 23, 2024
1 parent c7fce1f commit bd04de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Example: https://github.com/akvo/akvo-react-form/blob/8da791c2eeda896ae5fdc84509
| **formRef** | Set react `useRef` for Form from host | React `useRef` | `null` |
| **languagesDropdownSetting** | Languages Dropdown Setting | Object{showLanguageDropdown: Boolean , languageDropdownValue: ISO 639-1 codes} \| `undefined` | `{}` |
| **UIText** | UI localization custom param | Object{[ISO 639-1 codes]: {...translations}} \| `undefined` | `{}` |
| **showSpinner** | Show a loading spinner when seeding data in progress | Boolean | `false` |

## Properties

Expand Down

0 comments on commit bd04de8

Please sign in to comment.