瀏覽代碼

currency文本改为居左

jqh 4 年之前
父節點
當前提交
c93c99c3ad
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Form/Field/Currency.php

+ 1 - 0
src/Form/Field/Currency.php

@@ -22,6 +22,7 @@ class Currency extends Text
         'radixPoint'         => '.',
         'prefix'             => '',
         'removeMaskOnSubmit' => true,
+        'rightAlign'         => false,
     ];
 
     /**