Kozea / formol

An opinionated react form framework.
MIT License
189 stars 17 forks source link

Any way to customize Submit Button to display loader while submitting? #52

Closed wzard closed 5 years ago

wzard commented 5 years ago

Hi,

First of all, thank you so much for the wonderful library. Forms have been a pain and this is just makes it unbelievably easy.

I was wondering if there is any hook/handler available to customize submit button to display loading and disabling it white form gets submitted.

wzard commented 5 years ago

Never mind, I found the submitText Prop on Formol component, missed it earlier.