Skip to content

Commit

Permalink
Merge pull request #155 from akvo/feature/154-add-loading-indicator-w…
Browse files Browse the repository at this point in the history
…hen-seeding-initial-data

Feature/154 add loading indicator when seeding initial data
  • Loading branch information
ifirmawan committed Apr 23, 2024
2 parents c52d05a + bd04de8 commit b871378
Show file tree
Hide file tree
Showing 8 changed files with 60,020 additions and 59,929 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 b871378

Please sign in to comment.