You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
im using numberFilterType and i want to use the option 'condition_operator' => FilterOperands::OPERAND_SELECTOR but when i trie to use it my number field was displayed without any options(Is supposed to show a combo box or something like that?) in the template and when i submit the form i got the following error:
Warning: array_key_exists() expects parameter 2 to be array, null given
I used other field options like OPERATOR_GREATER_THAN and works perfect the problem is when i trie to use
OPERAND_SELECTOR.
my field configuration is
->add('presupuesto', Filters\NumberFilterType::class, array('condition_operator' => FilterOperands::OPERAND_SELECTOR)).
I will appreciate any help
thank you and sorry for my english i know is bad
The text was updated successfully, but these errors were encountered:
im using numberFilterType and i want to use the option 'condition_operator' => FilterOperands::OPERAND_SELECTOR but when i trie to use it my number field was displayed without any options(Is supposed to show a combo box or something like that?) in the template and when i submit the form i got the following error:
Warning: array_key_exists() expects parameter 2 to be array, null given
I used other field options like OPERATOR_GREATER_THAN and works perfect the problem is when i trie to use
OPERAND_SELECTOR.
my field configuration is
->add('presupuesto', Filters\NumberFilterType::class, array('condition_operator' => FilterOperands::OPERAND_SELECTOR)).
I will appreciate any help
thank you and sorry for my english i know is bad
The text was updated successfully, but these errors were encountered: