在查看组件的文档时,有许多方法,属性等等 那有什么好处?
例如,有MaterialInputComponent
和属性errorMsg
,我该如何使用它?
答案 0 :(得分:3)
/// - `errorMsg` -- The error msg to be shown on the input if the max characters /// are hit or the msg for an invalid number in the case of type = "number"