AutoCapitalize new exercise name

This commit is contained in:
AG
2025-11-28 22:38:56 +02:00
parent 1eafce6f2c
commit 2aacfb492d
3 changed files with 4 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ const ExerciseModal: React.FC<ExerciseModalProps> = ({ isOpen, onClose, onSave,
}}
type="text"
autoFocus
autocapitalize="words"
/>
{error && (
<p className="text-xs text-error mt-2 ml-3">{error}</p>