Skip to content

Commit

Permalink
Fix #29: descriptions for selectItem and selectOneMenu (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Aug 16, 2024
1 parent d56b977 commit a957a85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/parse-engines/data/jsf/f.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@
},
{
"name": "selectItem",
"description": "",
"description": "Add a child UISelectItem component to the UIComponent associated with the closest parent UIComponent tag.",
"attribute": [
{
"name": "binding",
Expand Down
2 changes: 1 addition & 1 deletion src/parse-engines/data/primefaces/primefaces-13.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -18291,7 +18291,7 @@
},
{
"name": "selectOneMenu",
"description": "\n \n ",
"description": "SelectOneMenu is an extended version of the standard Faces SelectOneMenu.",
"attribute": [
{
"description": "Unique identifier of the component in a namingContainer.",
Expand Down
2 changes: 1 addition & 1 deletion src/parse-engines/data/primefaces/primefaces-14.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -18279,7 +18279,7 @@
},
{
"name": "selectOneMenu",
"description": "\n \n ",
"description": "SelectOneMenu is an extended version of the standard Faces SelectOneMenu.",
"attribute": [
{
"description": "Unique identifier of the component in a namingContainer.",
Expand Down

0 comments on commit a957a85

Please sign in to comment.