Hidden/borderless not working ?

Hi,

Unless I’m doing something really stupid, it seems hidden and borderless properties are being ignored:

http://webix.com/snippet/d3a860d1

See that form is visible and fieldset still has its border. If “borderless” is set to true, it gets another border.

What is wrong here ?

Regards,
Howe

hidden:true doesn’t work for top level component, I think it will be fixed in next builds ( I see that it can be useful )

borderless:true works as expected, it controls the outer border around the component, it doesn’t affect the inner styling. The border of fieldset, same as inner borders around the text input areas are part of component styling, and can’t be controlled by “borderless” property.

Thanks, maksim. I’ll try to play with CSS directly in order to handle fieldset’s border.

Regards
Howe

Any update on “borderless” property for FieldSet?
https://snippet.webix.com/l0hyqiyr

It is misleading and frustrating to:

  1. Have a border around FieldSet
  2. Have a property “borderless”
  3. Allocate time to test and figure out, that “borderless” does not control FieldSet border.