From 0e811a2890f858e5dae75fc3b5998947b5ee9e89 Mon Sep 17 00:00:00 2001 From: LoganTann Date: Thu, 28 Oct 2021 15:34:23 +0200 Subject: [PATCH] docs(select): rephrase the sentence about the need to call init to reload a dynamic select component fix #171 --- pug/page-contents/select_content.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pug/page-contents/select_content.html b/pug/page-contents/select_content.html index 91396cafb6..76e0786804 100644 --- a/pug/page-contents/select_content.html +++ b/pug/page-contents/select_content.html @@ -158,8 +158,7 @@

Initialization

-

You must initialize the select element as shown below. In addition, you will need a separate call for any dynamically - generated select elements your page generates.

+

You must initialize the select element as shown below. In addition, you will need a separate call to init() for any dynamically generated select or any changes to an existing select.


   document.addEventListener('DOMContentLoaded', function() {