As the title says, on my website I click a button to load a page, which has a dropdown button which the page uses to redirect to the same page with different loaded data.
On initial load up of this page(90% of the time), the drop down button works fine, I click it and then select the button from the dropdown menu to load the data. On this page there is a text area for user input to type in some code
print("here")
very simple stuff.
I've noticed that when the buttons do not work on loadup, the textarea shows the default placeholder text. However sometimes it will hold the code inputted in previously. When it does hold the code the buttons seem to work fine.
Is there anything that could cause this?