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

DateTime filter has widget type choices by default #6423

Open
zorn-v opened this issue Aug 26, 2024 · 0 comments
Open

DateTime filter has widget type choices by default #6423

zorn-v opened this issue Aug 26, 2024 · 0 comments

Comments

@zorn-v
Copy link
Contributor

zorn-v commented Aug 26, 2024

Describe the bug
It is assumed that date time filter has single_text widget by default


But actually is resets to choices somehow.

To Reproduce
Create entity with datetime field for example created_at and add filter to it like

public function configureFilters(Filters $filters): Filters
{
    return $filters->add('created_at');
}

(OPTIONAL) Additional context
Probably some bug when set nested options - in configurator there is set value_type_options.input

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

No branches or pull requests

1 participant