Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for help text #344

Open
FlorianBoe opened this issue Jan 16, 2023 · 1 comment
Open

Add support for help text #344

FlorianBoe opened this issue Jan 16, 2023 · 1 comment
Labels

Comments

@FlorianBoe
Copy link

Q A
Bug? no
New Feature? yes
Bundle Version
Sulu Version
Browser Version

In a current project it would be helpful to add additional help text to the form fields generated by the bundle.
In Symfony Forms this functionality is already integrated and also the rendering of this information is already present in the form layout.

The information of help texts differs from classic placeholder texts (which is already present) and is characterized in particular by the fact that these just do not disappear when information is entered. Using the placeholder field therefore does not seem right to me.

@alexander-schranz
Copy link
Member

alexander-schranz commented Jan 16, 2023

@FlorianBoe totally make sense for me to add that. If you want to prepare a pull request for it adding a help/info field, which I think make sense to be a text_editor field. Let us know here.

The placeholder is a very good field to find where this new help/info field need also be added: https://github.com/sulu/SuluFormBundle/search?q=placeholder. I think it just need then added to the DynamicFormType so it will be added to the the fields like the Title.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants