I am testing this v3.0.9-dev with a fix,
but also look at the changes for text field !
Download here (! BETA !):
github.com/FLEXIcontent/flexicontent-cck...eases/tag/v3.0.9-dev
Also see
pictures for configuring the text field here:
github.com/FLEXIcontent/flexicontent-cck/issues/284
Fixes
Fixed fieldgroup field mixing field values in category view when custom HTML parameter is used
Fixed item list ordering by custom field as decimal
Fixed (v3.0.8 bug) 'Edit' being prepended in browser window title in item view if page heading parameter is active
Fixed (v3.0.8 bug) a broken unneeded span in the display of fieldgroup field display
Fixed form submission not triggering on-submit events e.g. jQuery inputmask needs this to unmask decimals and to unmask currency, so that e.g. currency character is not submitted or so that comma radix point is converted to dot for consistent DB storing of decimals
New features
Text field: easier to configure custom types, ONLY set 1 parameter instead of 3 (server-side validation and filter value comparison is now automatically set)
Text field: added more inputmask types (decimal with comma radix, 3 percentage types, euro currency, and a few more),
Text field: proper storage handling of currency and decimal, percentage, this is done by unmasking them on-SUBMIT and storing them as decimals in DB without any extra characters
Text field: improved custom output of values (viewing) more parameters for numbers
Text field: added option for custom PHP code to format the output values
Changes
Replaced deprecated (JDatabase function) query() with execute()
Updated jQuery inputmask to 3.2.0
Forced backend item preview links to switch to the language of the item, by including lang variable in the URL