Zend certified PHP/Magento developer

Magento2: How can I format the price with two decimal places in the admin ui form field?

In Magento version 2.3.2 and 2.3.3, in a UI form, I have a field element input, of type price*:


    
        price
        
        price
        
            false
        
        
            true
        
    

Looks like this:

enter image description here

Here, I found documentation for field types, from UI form.

I want the price in that field to be displayed with two decimal places, “10.00” instead of “10.0000”.