Hello,
as of now, an Input component getting passed a one-of grammar with only some allowed digits stops execution anyway, returning a NoMatch event.
While in some situations this is needed, in some others it would be convenient to not return and just ignore not matching characters from a grammar.
Maybe this could be implemented as an option to Input to keep both functionalities.
Asterisk behaves that way with the STREAM FILE dialplan function.
Thanks!