Skip to content

Commit

Permalink
changed string literals to string values
Browse files Browse the repository at this point in the history
  • Loading branch information
reejuBhattacharya committed Jan 16, 2022
1 parent 87c7782 commit de7de4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dom/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -775,11 +775,11 @@ p5.prototype.createSelect = function() {
* It is recommended to use string values as input for `value`.
* Optionally, a label can be provided as second argument for the option.
* - `.remove(value)` can be used to remove an option for the element. String
* literals recommended as input for `value`.
* values recommended as input for `value`.
* - `.value()` method will return the currently selected value.
* - `.selected()` method will return the currently selected input element.
* - `.selected(value)` method will select the option and return it. String
* literals recommended as input for `value`.
* values recommended as input for `value`.
* - `.disable(Boolean)` method will enable/disable the whole radio button element.
*
* @method createRadio
Expand Down

0 comments on commit de7de4c

Please sign in to comment.