I created a form and I want that when the user create a field the focus will be on the last one. In practice what is happening it skips to the input that not created dynamicly and this input get the focus .
Click on the + button and you will see that the textarea got focus :
I want the focus to be on the last dynamically created element, not on the textarea.
thanks for your help !