Upgrade to 3.0.2
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
return [
|
||||
'extends' => 'tags',
|
||||
'props' => [
|
||||
|
||||
/**
|
||||
* Unset inherited props
|
||||
*/
|
||||
'accept' => null,
|
||||
|
||||
/**
|
||||
* Custom icon to replace the arrow down.
|
||||
*/
|
||||
|
@@ -36,10 +36,7 @@ return [
|
||||
return null;
|
||||
}
|
||||
|
||||
$value = str_replace(',', '.', $value);
|
||||
$value = floatval($value);
|
||||
|
||||
return $value;
|
||||
return (float)Str::float($value);
|
||||
}
|
||||
],
|
||||
'validations' => [
|
||||
|
Reference in New Issue
Block a user