mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
update docs
This commit is contained in:
@@ -97,14 +97,14 @@ export default class SlButton extends ShoelaceElement implements ShoelaceFormCon
|
||||
@property() type: 'button' | 'submit' | 'reset' = 'button';
|
||||
|
||||
/**
|
||||
* The name of the button, submitted as a name/value pair with form data. This attribute is ignored when `href` is
|
||||
* present.
|
||||
* The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.
|
||||
* This attribute is ignored when `href` is present.
|
||||
*/
|
||||
@property() name = '';
|
||||
|
||||
/**
|
||||
* The value of the button, submitted as a pair with the button's name as part of the form data. This attribute is
|
||||
* ignored when `href` is present.
|
||||
* The value of the button, submitted as a pair with the button's name as part of the form data, but only when this
|
||||
* button is the submitter. This attribute is ignored when `href` is present.
|
||||
*/
|
||||
@property() value = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user