Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
in the form using tag helpers, how can I set textbox-editor as password?
<form-item field="Password"> <item-label /> <textbox-editor ></textbox-editor> ??????????? </form-item>
Hello,
You could add ' type="password" ' to the form field tag by using the attribute "html-attributes".
Here is an example:
<form-item field="Password" html-attributes='new Dictionary<string,object> { ["type"] = "password" }'> <item-label /> <textbox-editor></textbox-editor> </form-item>
Regards, Mihaela Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.