Mask Money
Component ID
2587767
Component name
Mask Money
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
A very simple module that will allow you to mask certain input fields which require a currency formatting.
It uses the Jquery-maskMoney plugin, created by Diego Plentz.
Usage
$form['price'] = [
'#type' => 'money_mask',
'#settings' => [],
'#currency_code' => NULL
]
For organising the #settings, look here for the defaults.
Instead of #settings, you could provide a currency code and if Drupal Commerce is enabled, it will load the currency and merge those defaults.
