Skip to content

Commit

Permalink
Book name is now an empty box
Browse files Browse the repository at this point in the history
  • Loading branch information
bhattumang7 authored Sep 19, 2024
1 parent 2b983e8 commit a02622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Padding="30,0"
Spacing="25">
<HorizontalStackLayout>
<Entry x:Name="bookName" Text="9781633439108" Completed="OnSearchTextCompleted" Placeholder="Enter book name here" WidthRequest="200" />
<Entry x:Name="bookName" Text="" Completed="OnSearchTextCompleted" Placeholder="Enter book name here" WidthRequest="200" />
<Button x:Name="downloadbtn" Text="Search book" Clicked="OnSearchButtonClick" />
</HorizontalStackLayout>
<StackLayout Orientation="Horizontal">
Expand Down

0 comments on commit a02622f

Please sign in to comment.