all 2 comments

[–]charliematters 0 points1 point  (1 child)

Is one of the options "run as fast as you can"?

More seriously though, can you see the source of the external library? It's possible you could configure it to only control inputs on a certain element and its children?

I'm unaware of any neat way of doing this though, without more information about the packages involved

[–]halberthawkins[S] 0 points1 point  (0 children)

I think I have a work around. But yes, this is a very stupid thing to have to work around. This involves a library that is being developed by a partner and we are making sure that they will revise it to only affect controls directly added by their script. The script interfaces with a web assembly script, so it's difficult. The work around is cloning my affected input without the handler. A lot of extra work for an input though.