pbaumes
pbaumes
Hello @treeindark, By default, NumberType generates an field to avoid compatibility and formatting issues with browsers, particularly with regard to the handling of decimal separators (comma or period). https://symfony.com/doc/current/reference/forms/types/number.html You...
Hello @mhbailly, If your "testField" represents a set of fixed values such as countries, tags, or categories, it’s better to normalize the database schema using an entity relation instead of...
@mhbailly , in fact, the multiple choices is induced by the “ManyToMany” relationship itself. In my screenshot, you can see that the type is a multiple choice. I could have...
Hi @mhbailly , After looking into your problem in more detail, I have found a solution for your configuration. You can ignore my previous messages and use the “ArrayFilter” instead...