Skip to content

Commit

Permalink
Merge pull request #2738 from dkarski/patch-1
Browse files Browse the repository at this point in the history
Updated Type and default value in select props table
  • Loading branch information
akash3gtm authored Feb 19, 2025
2 parents 0525db6 + af9064f commit 8e00122
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,10 @@ It inherits all the properties of React Native's [View](https://reactnative.dev/
</Table.TText>
</Table.TD>
<Table.TD>
<Table.TText>boolean</Table.TText>
<Table.TText>string</Table.TText>
</Table.TD>
<Table.TD>
<Table.TText>false</Table.TText>
<Table.TText>-</Table.TText>
</Table.TD>
<Table.TD>
<Table.TText>{`Sets the currently selected option value, allowing the component to render with the corresponding option pre-selected.`}</Table.TText>
Expand Down Expand Up @@ -384,10 +384,10 @@ It inherits all the properties of React Native's [View](https://reactnative.dev/
</Table.TText>
</Table.TD>
<Table.TD>
<Table.TText>boolean</Table.TText>
<Table.TText>string</Table.TText>
</Table.TD>
<Table.TD>
<Table.TText>false</Table.TText>
<Table.TText>-</Table.TText>
</Table.TD>
<Table.TD>
<Table.TText>{`Sets the initial selected option value for a select component.`}</Table.TText>
Expand Down

0 comments on commit 8e00122

Please sign in to comment.