lavoce #4

Merged
bragaz_rexita merged 11 commits from lavoce into main 2025-10-23 04:27:57 +00:00
Showing only changes of commit 5baaf14bd9 - Show all commits

View File

@@ -209,9 +209,10 @@ const DetailUnit = (props) => {
name="description"
value={formData.description}
onChange={handleInputChange}
placeholder="Enter Description"
placeholder="Enter Description (Optional)"
readOnly={props.readOnly}
rows={4}
maxLength={100}
/>
</div>
</div>