Skip to content

Commit

Permalink
Update package, add placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Nov 25, 2024
1 parent 5c4e92d commit b910204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions TiredDoctorManhattan.Wasm/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
type="text"
maxlength="30"
disabled="@IsWorking"
placeholder="Enter some text"
@bind="@TextToRender" />

<button type="submit"
Expand Down
2 changes: 1 addition & 1 deletion TiredDoctorManhattan.Wasm/TiredDoctorManhattan.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
<PackageReference Include="SixLabors.Fonts" Version="2.0.6" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
</ItemGroup>

Expand Down

0 comments on commit b910204

Please sign in to comment.