Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vue-masked-input
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav Barabash
vue-masked-input
Commits
40a6b871
Commit
40a6b871
authored
Jan 24, 2017
by
NikulinR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Demo page upd
parent
939887e7
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
dist/build.js
dist/build.js
+1
-1
dist/build.js.map
dist/build.js.map
+1
-1
src/App.vue
src/App.vue
+7
-0
No files found.
dist/build.js
View file @
40a6b871
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/build.js.map
View file @
40a6b871
This diff is collapsed.
Click to expand it.
src/App.vue
View file @
40a6b871
...
...
@@ -7,6 +7,13 @@
<h3>
Dead simple masked input component for Vue.js 2.X
</h3>
<hr
/>
<ul>
<li>
1 – number
</li>
<li>
a – letter
</li>
<li>
A – letter, forced to upper case when entered
</li>
<li>
* – alphanumeric
</li>
<li>
# – alphanumeric, forced to upper case when entered
</li>
</ul>
<h4>
Date:
</h4>
<masked-input
v-model=
"date"
mask=
"11 / 11 / 1111"
placeholder=
"Date"
/><span
v-if=
""
>
{{
date
}}
</span>
<p
class=
"code"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment