File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -774,11 +774,11 @@ p5.prototype.createSelect = function() {
774774 * element. If an option with a value already exists, it will be returned.
775775 * It is recommended to use string values as input for `value`.
776776 * Optionally, a label can be provided as second argument for the option.
777- * - `.remove(value)` can be used to remove an option for the element. String
777+ * - `.remove(value)` can be used to remove an option for the element. String
778778 * literals recommended as input for `value`.
779779 * - `.value()` method will return the currently selected value.
780780 * - `.selected()` method will return the currently selected input element.
781- * - `.selected(value)` method will select the option and return it. String
781+ * - `.selected(value)` method will select the option and return it. String
782782 * literals recommended as input for `value`.
783783 * - `.disable(Boolean)` method will enable/disable the whole radio button element.
784784 *
You can’t perform that action at this time.
0 commit comments