@lvce-editor/virtual-dom 2.16.0 → 2.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -790,7 +790,7 @@ const getActiveElementInside = $Viewlet => {
|
|
|
790
790
|
};
|
|
791
791
|
|
|
792
792
|
const queryInputs = $Viewlet => {
|
|
793
|
-
return [...$Viewlet.querySelectorAll('input, textarea')];
|
|
793
|
+
return [...$Viewlet.querySelectorAll('input, textarea, select')];
|
|
794
794
|
};
|
|
795
795
|
|
|
796
796
|
const clearNode = $Node => {
|
package/package.json
CHANGED