@symfony/ux-live-component 2.29.2 → 2.30.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.
@@ -377,7 +377,7 @@ function getValueFromElement(element, valueStore) {
377
377
  }
378
378
  return element.value;
379
379
  }
380
- if (element.dataset.value) {
380
+ if (element.hasAttribute("data-value")) {
381
381
  return element.dataset.value;
382
382
  }
383
383
  if ("value" in element) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symfony/ux-live-component",
3
3
  "description": "Live Component: bring server-side re-rendering & model binding to any element.",
4
4
  "license": "MIT",
5
- "version": "2.29.2",
5
+ "version": "2.30.0",
6
6
  "keywords": [
7
7
  "symfony-ux",
8
8
  "twig",