flexn-io / create

Build apps for web, TVs, desktops, consoles, wearables and more. Developer friendly UI library targeting all form factors platforms. Another notable feature is providing focus management for TVs which very easy to implement using Create.
https://create.flexn.org
MIT License
26 stars 6 forks source link

Allow dynamically change focusKey #168

Closed aurimasmi closed 9 months ago

aurimasmi commented 9 months ago

Until now focusOptions.focusKey property was static and initialised on component load. However we noticed that there's a need to have this property updatable in some situations. This PR makes focusKey be dynamic property.

Related issue #162