@frontend
Steps:
- Open /apply/
- Open the Inspector (F12) -> Network, choose "Fetch XHR"
- Start typing something into any field and look at the Inspector
Expected result:
No requests for each interaction with the field
Actual result:
GET requests for every interaction (typing a symbol) with a field (response code 304 Not Modified)
@frontend
Steps:
Expected result:
No requests for each interaction with the field
Actual result:
GET requests for every interaction (typing a symbol) with a field (response code 304 Not Modified)