Wijmo Input Mask Tab Index (AngularJS)

Posted by: tkchung23 on 1 February 2018, 12:44 pm EST

  • Posted 1 February 2018, 12:44 pm EST

    hi, i am using angularJS and wijmo Library 5.20173.380 version. The code as below:

    
    <wj-input-mask type="text" id="testinput" ng-model="{{controller.text}}" [b]tabIndex="{{controller.tabIndex}}"[/b] />
    
    

    After open the page, the generated structure and code as below:

    
    <div id="testinput" tabindex="-1">
    	<div class="wj-input">
    		<div wj-input-group>
    			<input wj-part="input" class="wj-form-control" t[b]abindex="{{controller.tabIndex}}"[/b] />
    		</div>
    	</div>
    </div>
    
    

    The binding of controller.tabIndex is not working, but i change to “-1” in the chrome dev tools source directly is fine.

    anyone can helps? thanks.

  • Posted 1 February 2018, 2:16 pm EST

    Can you please try using ng-attr-tabindex=“{{item.index}}” instead of tabIndex

  • Posted 1 February 2018, 3:23 pm EST

    thanks for your reply, but not work.

  • Posted 2 February 2018, 5:56 pm EST

    Hi,

    We are sorry for the inconvenienced.

    Thanks for checking ng-attr-tabindex. We are able to replicate the issue at our end and it seems a bug. Hence, this issue has been forwarded to the concerned team with tracking id 307043.

    We will let you know as we get any update on this.

    ~Manish

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels