jQuery UI Widgets › Forums › Editors › NumberInput › Pressing Tab key doesn't move focus into another field
Tagged: jqx-input, Number Input
This topic contains 4 replies, has 2 voices, and was last updated by gked 7 years, 8 months ago.
-
Author
-
Hi,
I am having an issue of tab key not working for any of the jqxwidgets fields. I am using version 4.5.2 and applying some bootstrap classes on them. I’ve read another thread where you were saying that it wasn’t jqwidgets issue but I suspect, jqxwidgets is prevent defaulting tab key. Or is it?. I tried updating frameworks(jqx widgets to 4.5.2, jquery to 3.2.1 and bootstrap to 3.3.7 )but still the issue persists. Do you have any ideas as to what I should look at?
Here is the simple code snippet:
<div class="row"> <div class="col-md-6"> <form class="form-horizontal"> <div class="form-group"> <div class="col-sm-6"> <div class="pull-right" id='RawMaterialInput'></div> </div> <div class="col-sm-6"> <div class="pull-left" id='RawMaterialFinal'></div> </div> </div> <div class="form-group"> <div class="panel panel-primary horizontal-panel center-block"> <div class="panel-body"> <div id="ContentPanel"></div> </div> </div> </div> <div class="form-group"> <label for="BatchName" class="col-sm-6 control-label">Batch Name</label> <div class="col-sm-6"> PROD-<input id="BatchName"/>col-sm-6 </div> </div> <div class="form-group"> <label for="ProdStartDate" class="col-sm-6 control-label">Production Start Date</label> <div class="col-sm-6"> <div id="ProdStartDate"></div> </div> </div> </div>
Hi gked,
We do not prevent tabbing unless it is a modal popup.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comBy modal popup, do you mean dialog window?
Hi gked,
I mean our modal window. In modal mode, you can tab only in the fields within the window. That is how it is designed.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comah, I see. I think, in my scenario, I am not using any modal windows. Anyways, thank you for confirming. I will figure out what’s causing this through elimination process.
-
AuthorPosts
You must be logged in to reply to this topic.