Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Add filter to format static values #147

Closed
probil opened this issue Mar 16, 2018 · 5 comments · Fixed by #473
Closed

Add filter to format static values #147

probil opened this issue Mar 16, 2018 · 5 comments · Fixed by #473

Comments

@probil
Copy link
Owner

probil commented Mar 16, 2018

It might be useful to have ability to format and display static text (without input / v-model) etc

<span>{{ '9999999999' | VMask('(###) ###-####') }}</span>
<!-- should render -->
<span> (999) 999-9999</span>
@alokpant
Copy link

alokpant commented Jun 1, 2018

Hey @probil, can I look into this? I am looking for first contribution.

@probil
Copy link
Owner Author

probil commented Jun 1, 2018

Yeap, @alokpant 😄

@alokpant
Copy link

alokpant commented Jun 1, 2018

@probil Thank you. Will look into it during weekend.

@clemsontiger
Copy link

any update on this? went to do this and hadn't even considered it was only available for inputs

@probil
Copy link
Owner Author

probil commented Jun 22, 2018

@clemsontiger It's not ready yet. No news from @alokpant
In any case it's easy to implement. You can add it by you self and create PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants