Skip to content

DateTimeControl doesn't render Validation Error Message #113

@jakubboucek

Description

@jakubboucek

DateTimeControl doesn't render Validation Error Message.

When is added Error message for this Control, it is not visible in rendered HTML.

        $form = new BootstrapForm();
        $form->addDate('date', 'Datum');
        $form->onValidate[] = function (Form $form): void {
                $form['date']->addError('Foobar error message');
        };

Nothing rendered:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions