Numeric input, no arrows
This commit is contained in:
@@ -143,7 +143,7 @@ export function GCF() {
|
||||
<div className="col-12">
|
||||
<label className="visually-hidden" for="inlineFormInputResponse">Response</label>
|
||||
<div className="input-group">
|
||||
<input type="text" size={3} autocomplete="off" className="form-control text-center" id="inlineFormInputResponse" />
|
||||
<input type="number" size={3} autocomplete="off" className="form-control text-center no-arrows" id="inlineFormInputResponse" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-12">
|
||||
|
||||
@@ -114,7 +114,7 @@ export function LCM() {
|
||||
<div className="col-12">
|
||||
<label className="visually-hidden" for="inlineFormInputResponse">Response</label>
|
||||
<div className="input-group">
|
||||
<input type="text" size={3} autocomplete="off" className="form-control text-center" id="inlineFormInputResponse" />
|
||||
<input type="number" size={3} autocomplete="off" className="form-control text-center no-arrows" id="inlineFormInputResponse" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-12">
|
||||
|
||||
Reference in New Issue
Block a user