Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个有角度的材料步进器,第一步是关闭的(不展开)。在表单验证或输入框验证上,我想展开第一步。我怎样才能做到这一点?第二,第三步我可以用“this.stepper.next();”做 或“this.step++,this.step--”等。
作为一个临时解决方案,我隐藏了第一步的内容,直到我的表单元素验证。