How to disable multi-touch on the new input system

Previously,

Input.multiTouchEnabled = false;

We’ve restricted multi-touch in this way, but how do we limit it in the new input system?

Even if I set it to Single Unified Pointer in the Input System UI Input Module, it only applies the last input, which is not how I want it to behave.