Compare commits

..

No commits in common. "95c30be9f8640f65fd755cf339ba6ce538afbe84" and "512af584119227da5f97c3185831af62ccf09090" have entirely different histories.

View File

@ -8,6 +8,6 @@ class UiNumeric extends UiInput {
public array $attributes = [
'class' => "ui-numeric",
'type' => "number",
'type' => "numeric",
];
}