Carbon Field: Text Mask
A easy way to set a mask on a input field
by elvishp2006 · github.com/elvishp2006/cf-extension-text-mask
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/elvishp2006/cf-extension-text-mask/archive/refs/heads/master.zipReadme
Carbon Field - Text Mask
A easy way to set a mask on a input field
You can see the defaults masks and options on jQuery Mask Plugin Website
Example
Field::make( 'text_mask', 'money' )
->set_mask( '#.##0,00', array( 'reverse' => true ) )