Skip to content

Commit 9412c02

Browse files
committed
Update [props.prevent-submit] README - notify users about new version
1 parent 7118352 commit 9412c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ You can also define custom list transitions by defining css rules for the transi
452452
| `filter` | Function | - | A custom function for filtering the suggestion results that accepts a single item and a query to filter by as its 2 arguments. Used only if `filter-by-query` is set to `true`. |
453453
| `mode` <sup>[v1.4.0](https://github.com/KazanExpress/vue-simple-suggest/releases/tag/v1.4.0)</sup> | String | `'input'` | The `v-model` event. Determines the event, that triggers `v-model`. Can be one of `'input'` (`v-model` binds a displayed property) or `'select'` (`v-model` binds a selected item). |
454454
| `type`, `value`, `pattern`, etc... | | | All of the HTML5 input attributes with their respected default values. |
455-
| `prevent-submit` <sup>v1.8.1</sup> | Boolean | `true` | Whether to prevent form submitting when `Enter` key is pressed. |
455+
| `prevent-submit` <sup>v1.8.1</sup> | Boolean | `true` | Whether to prevent form submitting when `Enter` key is pressed. (from `v1.9.6` only works if `Enter` is present in controls) |
456456
| `nullable-select` <sup>[v1.9.0](https://github.com/KazanExpress/vue-simple-suggest/releases/tag/v1.4.0)</sup> | Boolean | `false` | Whether the `select` should accept `null` or not. |
457457

458458
##### mode

0 commit comments

Comments
 (0)