You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/09/03 07:27:21 UTC

[myfaces-tobago] branch master updated: demo: compatibility hint

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new ce0995c  demo: compatibility hint
ce0995c is described below

commit ce0995cc0441984c598504993f46e86a04bbfd05
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Sep 3 09:26:58 2020 +0200

    demo: compatibility hint
---
 .../src/main/webapp/content/20-component/010-input/45-range/Range.xhtml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/45-range/Range.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/45-range/Range.xhtml
index f7ced82..44ac539 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/45-range/Range.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/45-range/Range.xhtml
@@ -43,6 +43,8 @@
   <tc:section>
     <f:facet name="label">Input Type Range with Datalist <tc:badge value="Not implemented yet!" markup="warning"/></f:facet>
 
+    Browser support is limited. Labels will not be shown in any browser and marks not in Firefox.
+
     <input type="range" list="datalist" class="form-control-range"/>
     <datalist id="datalist">
       <option value="0" label="0 %"/>