From 50268265fbe5aac18d28a45781a543431e9f7031 Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:38:33 +0100 Subject: [PATCH] doc: improve uri value to specify the value should be url encoded (#3441) Co-authored-by: olivier --- docs/pages/component/props.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/pages/component/props.md b/docs/pages/component/props.md index 7b272443..c44b4a61 100644 --- a/docs/pages/component/props.md +++ b/docs/pages/component/props.md @@ -609,6 +609,9 @@ source={sintel} A number of URI schemes are supported by passing an object with a `uri` attribute. +All uri string shall be url encoded. +For exemple 'www.myurl.com/blabla?q=test uri' is invalid, where 'www.myurl.com/blabla?q=test%20uri' is valid + ##### Web address (http://, https://) Example: