TIP: Hide Keyboard Button (Any better ideas?)

Since there’s no built in way to hide keyboard, here’s what I setup.

Pls let me know if someone has a better idea…because there’s got to be a better way. Hopefully bubble will release this as a native feature soon.

Step 1: Create floating group at bottom that moves with keyboard. Add “Done” button.
Step 2: Set condition on this FG to be visible when any input is focused.
Step 3: Create a “inputs disabled?” YES/NO property
Step 4: Add condition on all inputs that when “Inputs disabled” is YES this input is disabled.
Step 5: Create a WF when “Done” button pressed

  • set inputs disabled? to YES
  • add pause for 200ms
  • set inputs disabled? to YES
  • hide floating group

This seems to fail sometimes. Haven’t figured out if it’s user error or maybe i should add more pause time.

any other ideas?