Skip to content

Commit 7412bd2

Browse files
committed
minor #1087 [LiveComponent][Docs] Fix version added for file uploads support (jmsche)
This PR was merged into the 2.x branch. Discussion ---------- [LiveComponent][Docs] Fix version added for file uploads support | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | N/A | License | MIT File uploads support for Live Components was introduced with v2.11, however the docs mention v2.9 instead. See #834 (comment) Commits ------- 16b83ec [LiveComponent][Docs] Fix version added for file uploads support
2 parents 69e3531 + 16b83ec commit 7412bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,9 +1158,9 @@ shortcuts. We even added a flash message!
11581158
Uploading files
11591159
---------------
11601160

1161-
.. versionadded:: 2.9
1161+
.. versionadded:: 2.11
11621162

1163-
The ability to upload files to actions was added in version 2.9.
1163+
The ability to upload files to actions was added in version 2.11.
11641164

11651165
Files aren't sent to the component by default. You need to use a live action
11661166
to handle the files and tell the component when the file should be sent:

0 commit comments

Comments
 (0)