RonaldJerez / vue-input-facade

A lightweight and dependency free input masking library created specific for Vue
https://ronaldjerez.github.io/vue-input-facade/latest/
183 stars 27 forks source link

feat(component): emit keydown event from component to support keyboar… #79

Closed Umi8Umi closed 1 year ago

Umi8Umi commented 1 year ago

Description

emit keydown event from component to support keyboard navigation overrides in consuming components

Test Coverage

`--------------- ---------- ---------- ---------- ---------- ------------------- File % Stmts % Branch % Funcs % Lines Uncovered Line #s
All files 100 100 100 100
component.vue 100 100 100 100
core.js 100 100 100 100
directive.js 100 100 100 100
masker.js 100 100 100 100
tokens.js 100 100 100 100
--------------- ---------- ---------- ---------- ---------- -------------------

Test Suites: 5 passed, 5 total Tests: 88 passed, 88 total Snapshots: 0 total Time: 9.509s Ran all test suites.`

Checklist

Umi8Umi commented 1 year ago
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: