We have a help prop that is currently a string which has been great so far. However, it is not very flexible since we can't pass in full components there. If we have it as a slot instead that defaults to the passed prop we could do virtually anything instead.
A good use case for having a full component there is to have a help with a button in it. For instance having a help that says "Did you mean ____?" where ____ is a link button that updates the input itself.
Ref thunderbird/thunderbird-accounts#1063
We have a
helpprop that is currently a string which has been great so far. However, it is not very flexible since we can't pass in full components there. If we have it as a slot instead that defaults to the passed prop we could do virtually anything instead.A good use case for having a full component there is to have a help with a button in it. For instance having a
helpthat says "Did you mean ____?" where ____ is a link button that updates the input itself.Ref thunderbird/thunderbird-accounts#1063