If I click fast on my submit-button the form is submitted two or more times. My thought was to prevent this with the disabled attribute, but I need variable disableButon>
disableButon>
As you are already doing disableButton = true in submit call, you can do check disableButton before calling submit method.
disableButton = true
disableButton
Template
<--! Some Inputs --> Submit