vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.65k stars 730 forks source link

HTML in Dropdown type in toolbar not working. #2397

Open shreyavanga opened 1 year ago

shreyavanga commented 1 year ago

for toolbar item= drop, the html content is showing but the value is not being updated. Also how do we access the input we specify in html. Eg = { type: 'drop', id: 'date_range', text: 'Dropdown', icon: 'w2ui-icon-drop', html: '

' },

when i try to access value of id=date, it shows NULL.

Please help me out here.