Can't get openxr + steamvr + xri ui click to work on PICO devices

I have a openxr project with XR interaction toolkit. I build my game for both pcvr (steamvr) and oculus quest standalone.
When i first tried building it for steamvr i had an issue with UI interaction. I couldn’t click any buttons however pointing (hovering) was working correctly. I removed “Oculus Touch Controller” from my Interaction Profiles in OpenXR settings and left the “Meta Quest Pro” and it helped. However when testing it on PICO using steamVR we ecountered same issue as it was for Quest 2 devices. For some reason trigger pressed is not working. Please help

XRI version: 2.5.2
OpenVR (steamVR): 1.2.1
OpenXR plugin: 1.9.1

P.S. i can’t update XRI cause it will break my custom input system used for movement…

UPD: I updated OpenXR Plugin to latest version (1.14). And not Oculus Quest build is working good with both quest profiles (Oculus Touch Controller, Meta Quest Pro) but still no Pico support

You need to install the PICO Open XR plugin. PICO Unity OpenXR SDK | PICO Developer

You need this plugin to give you support for pico controllers which you need to add

Also, I would recommend following my own advice from this post: Unity Discussions