Skip to content

Commit 2d8dea5

Browse files
authored
Update README.md
RTL and LTR support added
1 parent 8aee5a5 commit 2d8dea5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,20 +129,23 @@ Closures
129129
}
130130
```
131131

132-
## Customize iOSDropDown 🖌
132+
## Customizes iOSDropDown 🖌
133133

134-
You can customize these properties of the drop down:
134+
You can customizes these properties of the drop down:
135135
- `isSearchEnabled ` : You can Enable or Disable on DropDown .Default value Is `true`
136136
- `hideOptionsWhenSelect` : This option to hide the list when click option one item. Default value is `true`
137137
- `selectedRowColor` : Color of selected Row item in DropDown Default value is `.cyan`
138138
- `rowBackgroundColor` : Color of DropDown Default value is `.white`
139139
- `listHeight`: The maximum Height of of List. Default value is `150 `
140140
- `rowHeight`: The Height of of List in the List. Default value is ` 30`
141141
- `selectedIndex`:For preSelection of any of item in list
142-
- `Alingment and Fonts are same as TextField You Can change it`
143142
- `arrowSize`: The Size of arrow . Default value is `15 `
144143
- `arrowColor`: The Color of arrow . Default value is `.black `
145144
- `checkMarkEnabled`: The check Mark Enabled for selection of Row. Default value is `true `
145+
- `textColor ` : You can change DropDown selected Text Color
146+
- `semanticContentAttribute ` : Semantic attribute for RTL or LTR
147+
-
148+
- `All Other TextField Properties are available with DropDown` like `alignment`,`font`,`textColor`,`semanticContentAttribute` ...etc
146149

147150
## Note :
148151

0 commit comments

Comments
 (0)