Files
Stirling-PDF/frontend/src
12d7165f83 fix: add missing id and name attributes to form input (#4589)
# Description of Changes

- Updated `TextInput` component to require `id` and `name` props.
- Passed `id` and `name` down to the underlying `<input>` element.
- Updated `ToolSearch` component to provide explicit `id` and `name` for
the search input.
- This ensures form fields have unique identifiers, improving
accessibility, browser autofill support, and form handling.

---

## Checklist

### General

- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md)
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md)
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings

### Documentation

- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/)
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags)
(for new translation tags only)

### UI Changes (if applicable)

- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)

### Testing (if applicable)

- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing)
for more details.

Co-authored-by: ConnorYoh <[email protected]>
2025-10-27 16:26:08 +00:00
..
2025-09-26 19:11:03 +01:00
2025-10-24 10:49:52 +01:00
2025-10-24 10:49:52 +01:00
2025-10-24 10:49:52 +01:00
2025-08-01 16:08:04 +01:00
2025-10-24 10:49:52 +01:00
2025-10-24 10:49:52 +01:00
2025-05-09 20:01:09 +01:00
2025-10-24 10:49:52 +01:00
2025-09-26 19:11:03 +01:00
2025-09-24 20:37:51 +01:00
2025-10-13 15:03:07 +01:00
2025-10-15 11:53:00 +01:00
2025-05-09 20:01:09 +01:00
2025-05-15 20:07:33 +01:00
2025-05-09 20:01:09 +01:00
2025-05-09 20:01:09 +01:00