update libraries for better keyboard use.

This commit is contained in:
James Cole
2020-03-15 15:17:07 +01:00
parent d7e953d38c
commit 9d90beb790
18 changed files with 302 additions and 336 deletions

View File

@@ -401,7 +401,7 @@ class Request extends FormRequest
if (is_numeric($type)) {
$type = (int)$type;
}
if (0 === $type || 'none' === $type) {
if (0 === $type || 'none' === $type || '' === $type) {
return;
}
// basic float check: