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.Dismiss alert
I have just started to work with React-Ioninc, its great.
I want to create an IonButton with underlying <button/> element with type="submit" property.
The reason is that formsy-react relies on this property to initiate form submission.
Does anyone have an idea?
By the way - i noticed that IonButton has type (one of "outline", "clear", "icon-clear"), maybe it worth change it name to styleType and give the programer to pass properties to the underlying <button/> element..
The text was updated successfully, but these errors were encountered:
Hi,
I have just started to work with React-Ioninc, its great.
I want to create an
IonButton
with underlying<button/>
element withtype="submit"
property.The reason is that formsy-react relies on this property to initiate form submission.
Does anyone have an idea?
By the way - i noticed that
IonButton
has type (one of "outline", "clear", "icon-clear"), maybe it worth change it name to styleType and give the programer to pass properties to the underlying<button/>
element..The text was updated successfully, but these errors were encountered: