Allow Title, Help and Description to be set (overriden). Fixes #122#123
Allow Title, Help and Description to be set (overriden). Fixes #122#123
Conversation
|
Composite address lookup configuration: Without patch what is displayed is the hard coded fields. Afterwards the fields have the values from the config in the render array. So no I don't know how the help text should even be displayed; and yes the hide/invisible title will also be moved. If the fields are left blank the defaults are used. There is one upgrade issue related to that. The title field is compulsory, but the default in the module has always been used, so whatever was typed in this field has not been displayed on the front end. [images might be missing, if so I'll upload when I'm not in a train] |
Is in webform module itself. And the other fail is eslint. We're not touching javascript here. |
|
To test, addd the LocalGov address lookup field to a form. Note the title of the Lookup field is "Postcode or street" and the description text "Enter a postcode..." If you enter a different value in to the address_lookup description it does not appear. With this fix, this is replaced with the value you enter. I'm probably missing something @ekes but I don't see where to update the title in the UI ? |
|
Merged on d.o |

Description to follow.