We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e359e6 commit 7023c22Copy full SHA for 7023c22
src/Forms/Controls/TextBase.php
@@ -92,7 +92,7 @@ public function setMaxLength($length)
92
*/
93
public function addFilter($filter)
94
{
95
- $this->rules->addFilter($filter);
+ $this->getRules()->addFilter($filter);
96
return $this;
97
}
98
src/Forms/Form.php
@@ -15,6 +15,9 @@
15
*
16
* @property-read array $errors
17
* @property-read Nette\Utils\Html $elementPrototype
18
+ * @property-read IFormRenderer $renderer
19
+ * @property string $action
20
+ * @property string $method
21
22
class Form extends Container implements Nette\Utils\IHtmlString
23
0 commit comments