File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ <h1 class="display-6 h1Options">Options</h1>
287
287
< div class ="input-group input-group-lg col-lg-10 offset-lg-1 ">
288
288
289
289
< div class ="input-group spinner col-lg-2 ">
290
- < input type ="text " pattern ="[0-9]* " onkeydown ="return( FilterInput(event) || event.ctrlKey || event.altKey || (47<event.keyCode && event.keyCode<58 && event.shiftKey==false) || (95<event.keyCode && event.keyCode<106) || (event.keyCode==8) || (event.keyCode==9) || (event.keyCode>34 && event.keyCode<40) || (event.keyCode==46) ) " onpaste ="handlePaste(event) " class ="decimalInputs form-control " id ="resultDecimal " value ="13 " readonly >
290
+ < input onClick =" this.select(); " type ="text " pattern ="[0-9]* " onkeydown ="return( FilterInput(event) || event.ctrlKey || event.altKey || (47<event.keyCode && event.keyCode<58 && event.shiftKey==false) || (95<event.keyCode && event.keyCode<106) || (event.keyCode==8) || (event.keyCode==9) || (event.keyCode>34 && event.keyCode<40) || (event.keyCode==46) ) " onpaste ="handlePaste(event) " class ="decimalInputs form-control " id ="resultDecimal " value ="13 " readonly >
291
291
< div class ="input-group-btn-vertical ">
292
292
< button class ="btn btn-default " id ="resultCopy " type ="button " data-clipboard-target ="#resultDecimal "> < i class ="fa fa-copy "> </ i > </ button >
293
293
</ div >
@@ -299,12 +299,12 @@ <h1 class="display-6 h1Options">Options</h1>
299
299
< span class ="input-group-text inputLabel " id ="inputGroup-sizing-lg "> Result</ span >
300
300
</ div >
301
301
302
- < input type ="text " pattern ="[0-1]* " class ="binaryInputs form-control " id ="resultBinary " aria-label ="Large " aria-describedby ="inputGroup-sizing-sm " readonly >
302
+ < input onClick =" this.select(); " type ="text " pattern ="[0-1]* " class ="binaryInputs form-control " id ="resultBinary " aria-label ="Large " aria-describedby ="inputGroup-sizing-sm " readonly >
303
303
304
304
</ div >
305
305
306
306
< div class ="input-group col-lg-2 offset-lg-1 ">
307
- < input type ="text " class ="form-control " id ="resultSystem " readonly >
307
+ < input onClick =" this.select(); " type ="text " class ="form-control " id ="resultSystem " readonly >
308
308
</ div >
309
309
</ div >
310
310
You canβt perform that action at this time.
0 commit comments