mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 02:08:30 +00:00
fix typo
This commit is contained in:
parent
5d67dde861
commit
7feed2a2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ state = {
|
|||
|
||||
### `replaceTargetContent: false`
|
||||
|
||||
By default Uppy will append any UI to a DOM element, if such element is specified as a `target`. This default is the least dangerous option. However, you might want to provide fallback `<form>` with `<button type="submit">` that will be shown if Uppy or JavaScript in not loaded/supported on the page. Set `replaceTargetContent: true` to clear the `target` before appending, that way all your fallback elements will be removed if Uppy is actually functioning.
|
||||
By default Uppy will append any UI to a DOM element, if such element is specified as a `target`. This default is the least dangerous option. However, you might want to provide fallback `<form>` with `<button type="submit">` that will be shown if Uppy or JavaScript is not loaded/supported on the page. Set `replaceTargetContent: true` to clear the `target` before appending, that way all your fallback elements will be removed if Uppy is actually functioning.
|
||||
|
||||
### `locale: {}`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue