From 2797c73244045e361c6e065702ff31e805e18690 Mon Sep 17 00:00:00 2001 From: Yuriy Yevstihnyeyev Date: Fri, 13 Jul 2018 12:07:05 +0300 Subject: [PATCH] Update demo and test wording --- demo/dropdown-menu-basic-demos.html | 8 +++++--- src/vaadin-dropdown-menu.html | 2 +- test/renderer.html | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/demo/dropdown-menu-basic-demos.html b/demo/dropdown-menu-basic-demos.html index f3b064f6..7d23c726 100644 --- a/demo/dropdown-menu-basic-demos.html +++ b/demo/dropdown-menu-basic-demos.html @@ -23,9 +23,11 @@

Basic Usage

Using renderer

- By default the overlay is using Polymer's Templatizer and stamp/update the instances. - User is able to provide `renderer` function to render the content. - `renderer` function is prioritized over the default implementation. + By default, the dropdown uses the content from its template using Polymer.Templatize. + Alternatively, the content can be provided using the renderer callback function. +

+

+ NOTE: When the renderer property is defined, the <template> content is not used.