Closed realThinhIT closed 5 years ago
I'm currently experiencing bugs about field types: Money or Number. Numeral wouldn't format money or number fields.
It should have been formatted on page load. It works fine on the KeystoneJS demo.
type: Types.Money
type: Types.Number
Issue found, please check my pull request: https://github.com/keystonejs/keystone/pull/4912
Merged the pull request, thanks!
I'm currently experiencing bugs about field types: Money or Number. Numeral wouldn't format money or number fields.
Expected behavior
It should have been formatted on page load. It works fine on the KeystoneJS demo.
Actual/Current behavior
Steps to reproduce the actual/current behavior
type: Types.Money
ortype: Types.Number
on a Number field.Environment