MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

Add support for combined error/helper text below inputs

Open cmeeren opened this issue 7 years ago • 7 comments

I can't find any support for helper text below inputs as described in this section in the Material Design documentation (note its interplay with error/validation text later in the section). Would it be possible to add support for this?

cmeeren avatar Jan 26 '18 12:01 cmeeren

I'm pretty sure thats already supported, when you bind to ViewModels that implement INotifyDataErrorInfo or IDataErrorInfo.

Insire avatar Jan 26 '18 17:01 Insire

AFAIK that's just for errors, not helper text.

cmeeren avatar Jan 26 '18 20:01 cmeeren

Ah, you mean the small gray caption below the input fields, that also turns red once a validation error occurs? I dont think there is currently support for that.

Insire avatar Jan 26 '18 20:01 Insire

Yes, that is exactly what I'm talking about. :-) Note that the text need not be the same as any error message.

cmeeren avatar Jan 26 '18 21:01 cmeeren

Second this! would be great if it is included in the future

ChrisLawford avatar Apr 23 '18 12:04 ChrisLawford

I third that!

andrejpanjan avatar Apr 13 '19 11:04 andrejpanjan

I'm currently working to implement this.

MichelMichels avatar Nov 10 '22 10:11 MichelMichels