os-js / osjs-gui

OS.js GUI Module
https://manual.os-js.org/v3/
Other
18 stars 10 forks source link

Tab selection callback #6

Closed andersevenrud closed 5 years ago

andersevenrud commented 5 years ago

From Gitter chat:

@SpaceboyRoss01

how do i know if the tab is switched for the Tab component

There doesn't seem to be an event for that. Could probably use onchange so you can create an action for it and store it in your state.

andersevenrud commented 5 years ago

I've published a new @osjs/gui release now.

You can use onchage: (ev, index, label) => {]