I know this is very simple and repeated question, But i tried almost all but didnt get any solution. I want to validate a percentage of student like. Eg: 65.45.. The user has to enter value like this only otherwise it should show error. I have given below rules in the model. But its taking only integer values. Not validation for percentage.
[['c_percentage'], 'number', 'numberPattern' => '/^\s*[-+]?[0-9]*[.,]?[0-9]+([eE][-+]?[0-9]+)?\s*$/'],
Please help to solve this. Thanks in advance.