Skip to content

Commit 273f519

Browse files
committed
[1.4.3] <Form /> has novalidate attribute by default
1 parent 0cb2aac commit 273f519

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.4.3
2+
3+
### Added
4+
5+
- `<Form />` has attribute novalidate by default
6+
17
## 1.4.2
28

39
### Fixed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ See demo at [https://detools.github.io/vue-form](https://detools.github.io/vue-f
7878

7979
## Changelog
8080

81+
- [1.4.3](/CHANGELOG.md#143)
8182
- [1.4.2](/CHANGELOG.md#142)
8283
- [1.4.1](/CHANGELOG.md#141)
8384
- [1.4.0](/CHANGELOG.md#140)

VueForm/Form.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export default {
222222
223223
return (
224224
<Form
225+
novalidate
225226
class={className}
226227
label-width={this.labelWidth}
227228
label-suffix={this.labelSuffix}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@detools/vue-form",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Vue Form component on hooks",
55
"main": "VueForm/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)