"name-filter" will lead to confusion
This is a issue about the help documentation page.
In the browser, the text input box prompts for a drop-down list, which is a list of user registration names.
<input class="form-control" tabindex="1" id="name-filter" ... >
It is recommended that you rename the name "name-filter" of the id to avoid prompts for browser errors.
I'm sorry, I don't follow this.
What error are we trying to avoid?
I'm not quite sure if modifying the id doesn't include "name" to fix this conflict.
I'm sorry. I still don't understand what issue you're having. Do you have screenshots or console sessions or something that can help explain it? What browser are you using? When do you see the error?

Hmm, I've never seen that. But I certainly have no issue renaming the field. Perhaps something like function-name-filter.
If you feel like raising a PR for this, it would be in the https://github.com/ramda/ramda.github.io repository. If not, I'll try to change it next time I'm in there.