htmlburger / carbon-fields

WordPress Custom Fields Library ✨
https://carbonfields.net/
Other
1.38k stars 245 forks source link

Add the ability to apply a mask to input fields #235

Open atanas-dev opened 7 years ago

atanas-dev commented 7 years ago

Initially proposed in https://github.com/htmlburger/carbon-fields/pull/167 by @elvishp2006 .

dmhendricks commented 7 years ago

(I am aware that I can do this manually with JS, but...) Yeah, this would be nice. I think the Mask Plugin provides an interesting model.

(Not suggesting that all features would need to be the same/supported - as I said, it's an interesting model)

emohamed commented 6 years ago

I've started implementing this feature in branch feature/masked-input

TODO: