Changes between Initial Version and Version 1 of Ticket #6844, comment 39
- Timestamp:
- 09/15/2016 06:29:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6844, comment 39
initial v1 1 1 Found an issue where trying to do an AJAX search from a component's directory page would not return the proper results. 2 2 3 The problem is due to moving the `<input name="">` out of the `<label>` element and our AJAX JS looking explicitly for '<label><input></label>`.3 The problem is due to moving the `<input name="">` out of the `<label>` element and our AJAX JS looking explicitly for `<label><input></label>`. 4 4 5 5 I'm going to fix this by adjusting our JS to look for `input[name]` instead.