feat: disable autocomplete on version input field in changelog page
This commit is contained in:
parent
61125f6d28
commit
7f29146452
@ -134,7 +134,8 @@ public function changelogFormSchema(): array
|
||||
->label('Versi')
|
||||
->placeholder('v1.0.0')
|
||||
->required()
|
||||
->unique(ignoreRecord: true),
|
||||
->unique(ignoreRecord: true)
|
||||
->autocomplete(false),
|
||||
|
||||
DatePicker::make('release_date')
|
||||
->label('Tanggal Rilis')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user