We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9449c4 commit 78f65e9Copy full SHA for 78f65e9
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v4.5.1 - 2024-02-22
6
+
7
+* Added the ability to set [form (help) text](https://getbootstrap.com/docs/5.3/forms/form-control/#form-text) for form controls, e.g.:
8
9
+ ```php
10
+ $form->add('email', EmailType::class, [
11
+ 'help' => "We'll never share your email with anyone."
12
+ ]);
13
+ ```
14
15
## v4.5.0 - 2024-01-29
16
17
* Bug fix: Fixed data binding not working for collection types ([#13](https://github.com/palmtreephp/form/issues/13))
0 commit comments