Inline error components

Is there any plans for something like s-inline-error so we can match what the error messaging shown against inputs?

Currently it isn’t possible, so any custom areas in a form can’t be addressed with an inline error.

I believe each input/form component has an error prop ‘message’ that will display inline with the component. There isn’t a way to group form fields together and show an inline error, assuming that’s what you wanted! You would have to implement that yourself!

No no so for example I have a ‘connect slack’ button, which when connected just has an s-select, but when in the connect state, thats just a button, so I don’t have anything to show. I’m using s-banner currently, but it would be good to have s-inline-error which we had in React, which allows you to create the error text that matches the input ones.