Download the PHP package r-martins/mautic-plugin-fix-dropdown without Composer
On this page you can find all versions of the php package r-martins/mautic-plugin-fix-dropdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download r-martins/mautic-plugin-fix-dropdown
More information about r-martins/mautic-plugin-fix-dropdown
Files in r-martins/mautic-plugin-fix-dropdown
Download r-martins/mautic-plugin-fix-dropdown
More information about r-martins/mautic-plugin-fix-dropdown
Files in r-martins/mautic-plugin-fix-dropdown
Vendor r-martins
Package mautic-plugin-fix-dropdown
Short Description Workaround/plugin: restores contact autofill on select/country fields when cached form HTML emits attributes before id="…" or options use whitespace before closing >.
License GPL-3.0-or-later
Homepage https://github.com/r-martins/mautic-plugin-fix-dropdown
Package mautic-plugin-fix-dropdown
Short Description Workaround/plugin: restores contact autofill on select/country fields when cached form HTML emits attributes before id="…" or options use whitespace before closing >.
License GPL-3.0-or-later
Homepage https://github.com/r-martins/mautic-plugin-fix-dropdown
Please rate this library. Is it a good library?
Informations about the package mautic-plugin-fix-dropdown
Fix Dropdown (Composer plugin for Mautic)
Decorates Mautic\FormBundle\Helper\FormFieldHelper so select / country fields honour Behaviour → Enable auto-fill when:
- Cached form HTML emits other attributes before
id="mauticform_input_{form}_{alias}"on<select>, which breaks the core regex anchored at<select\s*id=. - Option markup is emitted as
<option value="xyz" >(whitespace before>), which breaks corestr_replaceon the exact substring<option value="xyz">.
Requirements
- Mautic 7.x (matches
composer.json:mautic/core-lib:^7.0, PHP 8.2+).
For older Mautic versions, bump the constraint in composer.json locally only if you have verified compatibility.
Install
Then enable FixDropdown under Plugins in Mautic and clear cache:
Uninstall
Disable the plugin in the UI, remove the Composer package, then clear cache.
Upstream
Please open / track a core fix in mautic/mautic. Draft issue text: see UPSTREAM_ISSUE.md in this repository.
All versions of mautic-plugin-fix-dropdown with dependencies
PHP Build Version
Package Version
The package r-martins/mautic-plugin-fix-dropdown contains the following files
Loading the files please wait ...