Base solution for your next web application
Open Closed

Setting focus programmatically and by Tab press on Checkbox #2886


User avatar
0
george created

Hi!,

   I am experiencing a bit of difficulty on progammatically setting of focus, on markup controls.  And also the checkbox control is get skipped from focus while using Tab key Press Navigation.

The sample code for the check box we are using :

   <input id="someId" class="md-check" type="checkbox" name="name" ng-model="vm.model">
                                <label for="someId">
                                    <span class="inc"></span>
                                    <span class="check"></span>
                                    <span class="box"></span>
                                    @L("Name")
                                </label>

Regards.


2 Answer(s)