Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • jeppe 1 post 71 karma points
    May 29, 2017 @ 09:20
    jeppe
    0

    Custom section labels not working properly

    I'm currently working on a custom section for umbraco, in which there are some input fields, and these input fields have labels, bur the labels does not activate the input field when clicked on.

    I have added the input fields as shown below:

    <umb-control-group label="Name">
        <input type="text" id="orderStatusName" ng-model="orderStatus.name" class="umb-editor umb-textstring" /> 
    </umb-control-group>
    <umb-control-group label="Alias">
        <input type="text" ng-model="orderStatus.alias" class="umb-editor umb-textstring" />
    </umb-control-group>
    <umb-control-group label="Recalculate finalized order">
        <input type="checkbox" ng-model="orderStatus.recalculateFinalizedOrder" />
    </umb-control-group>
    

    Can anyone help me?

    -Jeppe

Please Sign in or register to post replies

Write your reply to:

Draft