Author Topic: Ignore Digits Property on user input  (Read 1887 times)

Offline rswartzmiller

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Ignore Digits Property on user input
« on: September 26, 2018, 01:19:55 AM »
In composer on a user input block. I would like to ignore all digits expect for *. I've try the following combination 1,2,3,4,5,6,7,8,9,0 and 1;2;3;4;5;6;7;8;9;0 but neither on of them work, and suggest would be great. What the support doc reads is below.

Ignore Digits Property
Select the variable to contain a sequence of up to two keys to be treated as though the keys have not been pressed

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7623
  • Karma: 56330
Re: Ignore Digits Property on user input
« Reply #1 on: September 26, 2018, 02:00:58 AM »
sequence of up to two keys


Documentation clearly states why it doesn't work...
If you want a different treatment you need to create your own grammar and configure it under the input block