You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I think it would nicer to generate <button> instead of <input type='button'> with SubmitButton and Button classes to allow html content (for example bootstrap spinners ) . Also I think it could replace ImageButton class in future
BC:
browser: I think only IE <= 10, can i use does not have the data...
php: <button type='button'> and <button type='submit'> are valid in case anybody already changed it by extending Button class
The text was updated successfully, but these errors were encountered:
I think it would nicer to generate
<button>
instead of<input type='button'>
with SubmitButton and Button classes to allow html content (for example bootstrap spinners ) . Also I think it could replace ImageButton class in futureBC:
<button type='button'>
and<button type='submit'>
are valid in case anybody already changed it by extendingButton
classThe text was updated successfully, but these errors were encountered: