I'm implementing a custom picker in the settings view of a datafield. It seems that even though the documentation of requestUpdate doesn't say anything about datafields the onUpdate is called once a second (there it does say) no matter if I call requestUpdate or not.
Question 1: is there any trick that can be done to be able to refresh the settings view immediately after a key press? It lags so much, which is annoying by itself, but it also makes inputting text very slow...
Question 2: should I open a request to add something like "requestUpdate doesn't do anything if called in datafield"?