ax5ui / ax5ui-grid

Javascript UI Component - GRID ( Excel Grid, jqGrid, angularjs grid, jquery grid, SlickGrid, ag-grid gridify)
http://ax5.io/ax5ui-grid/demo/index.html
MIT License
99 stars 36 forks source link

grid editor type이 money일 경우 키패드 dot point 입력 안되는 문제 #166

Closed tommy-gilbut closed 2 years ago

tommy-gilbut commented 2 years ago

안녕하세요. 아래와 같이 editor type이 money일 경우 키패드의 dot(decimal) point (키 코드 110) 입력이 안됩니다. {key: "price", label: "price", formatter: "money", align: "right", editor: {type: "money", updateWith:['cost']}}

일반 dot(키 코드 190)은 입력이 잘 되는데 키패드 쪽 dot이 입력이 안되는 것은 수정되면 좋겠습니다. 확인 부탁드리겠습니다. 고맙습니다.

tommy-gilbut commented 2 years ago

type: "number"로 하니 잘 되는군요 😂