Disable Keyboard Typing for IBM BAW Components

Selcuk
Feb 9, 2024

In this story I will document how to disable keyboard typing for IBM BAW Coach components like date/time picker etc.

First we need to add the code below in Inline Javascript section under Behavior tab for Coach View

And then we need to call this function in the on load event of the component which we want to disable keyboard typing.

me.ui.invoke(“disableTyping”,me);

After that we can only pick a date from date/time picker component and disable to enter date via keyboard.

--

--

Selcuk

IBM BPM/BAW Developer #Java #IBMCloud #IBMBPM #IBMBAW #BPM #CAMUNDA