Please set the 'type' attribute with 'number' value to define the field for entering numbers with restrictions.
<input id="nb" class="easyui-numberbox" label="Number:" labelPosition="top" precision="2" value="234.56" style="width:300px;">
<script>
$(function(){
$('#nb').numberbox('textbox').attr('type','number')
})
</script>