Hi, I really like the currency field defined in https://fiddle.sencha.com/#view/editor&fiddle/2qqd
but not sure how can I replace my numberFiled below with this currency Field.
Please advise.
Thanks
-susan

   
    X.FormPanel() ..
         X.FieldSet()
          .Items (
               X.NumberFieldFor(m => m.Amount)
                .MinValue(1.00).AllowBlank(false)
               ,
               ...
          )