1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 11:34:10 +02:00

Mark length as required for strings

Uses <input formnovalidate> instead of <form novalidate> to highlight error fields.
This commit is contained in:
Jakub Vrana
2013-07-06 23:05:27 -07:00
parent 04a36e9af9
commit e7c79f8725
4 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
Adminer 3.7.2-dev:
Save and continue edit by AJAX
Add a new column in alter table on key press
Mark length as required for strings
PostgreSQL: Fix handling of nextval() default values
Adminer 3.7.1 (released 2013-06-29):