Question around Compose on TV where focus takes a front seat: While using "Surface" (the clickable version) from androidx.tv.material3, the documentations says "enabled - Controls the enabled state of the surface. When false, this Surface will not be clickable or focusable." , but on the TV is still gained focus even when enabled=false
As a side note, digging around UX forums the opinions are split if disabled buttons should be able to gain focus or not.
Looking in https://developer.android.com/design/ui/tv/guides/styles/focus-system#disabled looks like a disabled focused buttons does have a distinct look, but this is in contrast to the "surface will not be ... focusable" from the documentation. Any idea what's the correct behavior?
Thanks @Ralston Da Silva! If you can also pass to the team what I mentioned above, how a clickable Surface says "enabled - Controls the enabled state of the surface. When false, this Surface will not be clickable or focusable." maybe consider removing the word "(not be)... focusable" since it must stay focusable by design. Thanks again! I'll pass this to my team and designer