Bartek Szopka

Results 428 comments of Bartek Szopka

Sounds like a reasonable request. Although we would need to do it for Input and Fields components (as one wraps around another), and there probably needs to be 2 props...

Triage: this seems relatively high effort and low impact. In new architecture we should revisit how forms are built.

Thanks Jeff, it's an interesting idea. As far as I remember I did initially intend to expose the internals of ModularTable more. One reasons I haven't done that is that...

> Instead of enabling or disabling plugins and supplying configuration values as separate props we will use a more data driven approach and enable or disable features based on the...

Triage: this hasn't been raised since, so seems to have low impact. But proper ways of passing class names to component child nodes should be something to reconsider in new...

Seems that we quite often use links styled as buttons (at least in websites), so option to change the element needs to stay. But in such case (if something other...

Vanilla CSS seems to require existence of title, so we would need to update there first.

Seems that in React component title is not required anymore.

We talked about it with @anthonydillon and we think it would be a good idea to catch up at some point to discuss how application layout is implemented currently in...

Not sure if it's worth investing time in this now. We can consider it for new architecture.