jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.72k stars 824 forks source link

Resolve Feature/toolbar-dropdown-with-initial-value #1618

Closed stephanestermann closed 1 year ago

stephanestermann commented 1 year ago

This pull request extends the toolbar type = 'select' with a new 'selectedValue' attribute. This makes it possible to initially select a desired entry from the toolbar select box. In addition, when creating the select box, the onChange event is triggered with the actually selected initial value, but only if an onChange event has been defined.