dany
dany
It seems if I have several inputs with currencyMask and each has different options (I have 2 currencies I'm working with) It's always applying the first options to all inputs...
Hi, I have a domain ``` class Recipe { Ingredient ingredient } ``` in my grid I have ``` ingredient { label "ingredient.label" formatName 'ingredientFormat' } ingredientFormat = {"${it.name}";} ```...
Hi, Adding sortable false to this column causes an error ``` id { label "" formatName 'toolsFormat' sortable false enableFilter false } ``` ``` assert column.sortable | | | false...