You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just have seen this pull request #84 and I think this is a really useful feature.
The only problem I see with it is that you have to add the showInlineError property to all fields manually. I think it would be great if you could set this prop on per example the AutoForm component so that automatically all fields show a inline error.
Of course it would be possible to override it manually on a field.
What do you think?
The text was updated successfully, but these errors were encountered:
Yes, I've even started working on this (locally). At first, I thought about renaming it to inlineErrors, then ensure it is implemented in every package (I'm not sure, how to display it in uniforms-unstyled) and then allow BaseForm to pass this prop down (same as disabled).
@vladejs
Sorry for long delay - I was on vacation. No, It's not implemented yet (to be honest, it's only a concept). As of #84, you can use showInlineError on every field in bootstrap3 and bootstrap4 packages.
I just have seen this pull request #84 and I think this is a really useful feature.
The only problem I see with it is that you have to add the
showInlineError
property to all fields manually. I think it would be great if you could set this prop on per example theAutoForm
component so that automatically all fields show a inline error.Of course it would be possible to override it manually on a field.
What do you think?
The text was updated successfully, but these errors were encountered: