Table of Contents
Description #
This filter checks if the input mode numeric should be disabled for numeric filed.
apply_filters('fluentform_disable_inputmode', false)
Usage #
add_filter('fluentform_disable_inputmode', function () {
return $true
});
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Services/FormBuilder/Components/Text.php