Skip to content

Commit

Permalink
pc web keyboard bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Laubot committed Oct 4, 2023
1 parent 3794a4e commit daaf15b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified public/Build/public.data
Binary file not shown.
2 changes: 1 addition & 1 deletion public/Build/public.framework.js

Large diffs are not rendered by default.

Binary file modified public/Build/public.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<div id="uiexterno" class="float">
<form>
<input onkeypress="return event.charCode != 32" maxlength="12" pattern="[a-zA-Z0-9]+" class="textField fa fa-plus my-float" type="text" id="fname" name="fname" placeholder="Introduce tu nombre ..."><br>
<input onkeypress="return event.charCode != 32" contenteditable="true" maxlength="12" pattern="[a-zA-Z0-9]+" class="textField fa fa-plus my-float" type="text" id="fname" name="fname" placeholder="Introduce tu nombre ..."><br>
</form>
<!-- <button type="button" onclick="alert('CONFIRMAR')" class="button fa fa-plus my-float">CONFIRMAR</button>-->
<!-- <button type="button" onclick="alert('PASAR')" class="button fa fa-plus my-float">PASAR</button>-->
Expand Down

0 comments on commit daaf15b

Please sign in to comment.