Nikhil Nanjappa
Nikhil Nanjappa
Thanks a lot @shubhendumadhukar , that’s exactly what I wanted. Although, it would be great if you could review Olli’s MR to have an alternative, without changing folder structure. Thanks...
I like the middleware approach. It’s neat and concise. However, has the caveat of exposing allRoutes.
Has there been any progress on this ? Its under "Needs more details" column. Any clear idea as to what do we need to get this component added to GOVUK...
Thanks @edwardhorsford . What I'm planning to do is render all the options on the server side and use the `accessibleAutocomplete` to filter down from the options as the user...
I see ... thanks for sharing your example @edwardhorsford . That number _might_ increase a lot in the future so want to future proof it if possible. I was stuck...
Thanks for the link @edwardhorsford . Are you guys handing the validation if users submits some garbage value and it doesn’t match any results? (the scenario i raised this issue...
We are not doing the non-JS flow as of now so I can ignore that part (not recommended and progressive I know but hey-ho) Just so I got it right...
Thanks for all the help @edwardhorsford
Hi @edwardhorsford - Sorry for the sudden ping. Just had a quick question on the [code](https://github.com/DFE-Digital/register-trainee-teachers/blob/35f2f7f96870f1e74f41074f4f35faddca4b50c8/app/views/system_admin/lead_schools/index.html.erb#L21) you mentioned earlier. Just wanted to understand why you had a separate text field...
Thanks @edwardhorsford . I actually wanted the field error message, highlight, field error border etc when validation fires up. Any idea how you managed to do that ? As the...