yiisoft / yii2

Yii 2: The Fast, Secure and Professional PHP Framework
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
14.24k stars 6.91k forks source link

Formatter #4576

Closed Skizito closed 10 years ago

Skizito commented 10 years ago

Is it possible to use Yii::$app->formatter->asNumber() on an activefield from activeform?

qiangxue commented 10 years ago

You can set the value option with the formatted value.

Skizito commented 10 years ago

Yes, that works for the value you get from the DB. I wanted it to keep using the formatter as the user input the values. Is that possible?

qiangxue commented 10 years ago

You have to use MaskedInput widget then.