Tailor form fields: hidden: true rendered

In new component for form submissions, there is probably problem with rendering for fields, when there is no type: hidden but it is just hidden: true … on frontend it may render input type hidden, right? but renders all

not working any of these


    _competition:
        label: Názov súťaže
        type: text
        hidden: true
    _user:
        label: Užívateľ
        type: text
        attributes:
            hidden: true