You need to use 'custom_attributes'
argument with attribute 'step'
set to 'any'
as follows:
woocommerce_form_field( 'left_far', array(
'type' => 'number',
'label' => 'OOOOO',
'class' => array('left_far', 'left_far woocommerce-form-row woocommerce-form-row--last form-row form-row-last'),
'custom_attributes' => array( 'step' => 'any', 'min' => '0' ),
'required' => false,
), get_user_meta( get_current_user_id(), 'left_far', true ) );
Tested and works.
Note: 'min'
argument define the starting allowed value
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…