Skip to content

Commit eb24efa

Browse files
Updated Readme
1 parent be02db7 commit eb24efa

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ It allows users to type, filter, and select from a list of options — similar t
1414
1. In Xcode, open your project.
1515
2. Go to File → Add Packages...
1616
3. Enter the repository URL:
17-
```https://github.com/usamajavedswl/DropdownTextField.git```
17+
18+
```
19+
https://github.com/usamajavedswl/DropdownTextField.git
20+
21+
```
1822

1923
4. Choose the latest version and add it to your target.
2024
Then simply import it:
@@ -53,7 +57,8 @@ struct ContentView: View {
5357
}
5458
.padding()
5559
}
56-
}```
60+
}
61+
```
5762

5863

5964
### Full Initializer
@@ -80,7 +85,8 @@ SearchableMenu(
8085
addNewTextFormat: "Add \"%@\""
8186
){
8287
print("Dropdown opened")
83-
}```
88+
}
89+
```
8490

8591
### Notes
8692
**onTap** is called when the dropdown field becomes active.

0 commit comments

Comments
 (0)