Project

General

Profile

Feature #89782

Updated by Björn Jacob over 2 years ago

I would like to suggest: 

 It would be nice if fine when in the xxx.form.yaml, created by the form-wizzard, the property "containerClassAttribute" would be created in a standardized way directly for all "types" just Just like this e.g.: 

 <pre><code class="yaml"> 
 

             properties: 
   
                 containerClassAttribute: 'input radiobuttons' 
   
             type: RadioButton 
 </code></pre> 

 Right now, Today, the containerClassAttribute: 'input checkbox' is the only one, all the other types have only 'input' by default.

Back