Hello! Is there something equivalent to `focusable...
# compose
m
Hello! Is there something equivalent to
focusable:false
?
perfect, thanks!
z
I don’t think that’s what you’re looking for - Using the focusable modifier will introduce another focusable “node”, the original focusable will still exist and be enabled. You probably want to use the focusProperties modifier to specify canFocus=false.
m
Oh even better, thanks Zach
Oh it seems that was added in a later version. Ok thanks anyway
👏