Skip to content

Commit e890b9f

Browse files
committed
Update readme
1 parent 8080338 commit e890b9f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ composer require sadekd/nova-opening-hours-field
3232
Laravel Migration
3333

3434
```php
35-
$table->json('opening_hours');
36-
// can be ->nullable()
35+
$table->json('opening_hours'); // can be ->nullable()
3736
```
3837

3938
Laravel Model
@@ -53,10 +52,17 @@ NovaOpeningHoursField::make(__('Opening Hours'), 'opening_hours'),
5352
// ->useTextInputs(TRUE) // FALSE by default
5453
```
5554

55+
## Known issues
56+
57+
- Lazy validation on time field - losing focus when live(help needed)
58+
- Editing date in exceptions causes row jumping - key from date(help needed)
59+
- Browser time input does not support 24:00
60+
- Browser date input does not support recurring format
61+
5662
## TODO
5763

5864
- [x] Explode interval input => time fields
59-
- [ ] Validation
65+
- [x] Validation
6066
- [x] Localization
6167
- [x] Exceptions
6268
- [ ] Tests

0 commit comments

Comments
 (0)