You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some complicated cases I need to display a button on the same or on the next row depending on context. Now the joinLastRow parameter has boolean type and it's impossible to set value dynamically.
It would be nice if this parameter has ContextPathFunc<Context, boolean> type (the same as hide parameter).
The text was updated successfully, but these errors were encountered:
The joinLastRow parameter is used on startup to create the keyboard structure. It is not used afterwards. Which means… refactoring that will be messy / not as simple.
EdJoPaTo
added
pinned
Prevent from automatically closing due to inactivity
and removed
stale
Has no activity and will be closed soon
labels
May 22, 2021
In some complicated cases I need to display a button on the same or on the next row depending on context. Now the
joinLastRow
parameter has boolean type and it's impossible to set value dynamically.It would be nice if this parameter has
ContextPathFunc<Context, boolean>
type (the same ashide
parameter).The text was updated successfully, but these errors were encountered: