@zywave/zui-base
Advanced tools
Comparing version 4.3.0-pre.1 to 4.3.0-pre.2
@@ -240,3 +240,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
if (messageKey) { | ||
const validationAttribute = `validation-${messageKey}`; | ||
const validationAttribute = `validation-message-${messageKey}`; | ||
if (this.hasAttribute(validationAttribute)) { | ||
@@ -243,0 +243,0 @@ return this.getAttribute(validationAttribute); |
{ | ||
"name": "@zywave/zui-base", | ||
"version": "4.3.0-pre.1", | ||
"version": "4.3.0-pre.2", | ||
"main": "dist/index.js", | ||
@@ -23,3 +23,3 @@ "module": "dist/index.js", | ||
}, | ||
"gitHead": "273e492feca3e8a48dbfe1c2fda93f422cdc13a3" | ||
"gitHead": "be7e77eb7f9d72dd5bdafa790f9397d0ce360c3b" | ||
} |
@@ -281,3 +281,3 @@ import { ZuiBaseElement } from './zui-base.js'; | ||
if (messageKey) { | ||
const validationAttribute = `validation-${messageKey}`; | ||
const validationAttribute = `validation-message-${messageKey}`; | ||
if (this.hasAttribute(validationAttribute)) { | ||
@@ -284,0 +284,0 @@ return this.getAttribute(validationAttribute); |
Sorry, the diff of this file is not supported yet
122316