@progressive-development/pd-forms 0.0.45 → 0.0.46
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/package.json +1 -1
- package/src/PdInput.js +1 -1
- package/src/PdInputArea.js +1 -1
- package/src/PdRadioGroup.js +1 -1
- package/src/PdSelect.js +1 -1
package/package.json
CHANGED
package/src/PdInput.js
CHANGED
package/src/PdInputArea.js
CHANGED
|
@@ -156,7 +156,7 @@ export class PdInputArea extends PdBaseUIInput {
|
|
|
156
156
|
event.preventDefault();
|
|
157
157
|
} else {
|
|
158
158
|
// If any other key, fire 'key-pressed'
|
|
159
|
-
this.
|
|
159
|
+
this.errorMsg = '';
|
|
160
160
|
this.dispatchEvent(new CustomEvent('key-pressed', {
|
|
161
161
|
detail: {
|
|
162
162
|
value: this._input.value,
|
package/src/PdRadioGroup.js
CHANGED
package/src/PdSelect.js
CHANGED