This action cannot be undone.
Your project will be created with default settings.
Invalid GUID format.
} ``` -------------------------------- ### Test Release Workflow with NUGET_API_KEY Source: https://github.com/blazorblueprintui/ui/blob/main/RELEASE.md After setting up the NUGET_API_KEY in GitHub Secrets, run this command to test the release script and verify the workflow. ```bash ./scripts/release-primitives.sh 1.0.0-beta.1 ``` -------------------------------- ### Blazor Multi-Select Form Field Example Source: https://github.com/blazorblueprintui/ui/blob/main/demos/BlazorBlueprint.Demo.Shared/CodeExamples/Components/FormFieldMultiSelect/non-string.txt Demonstrates how to use the BbFormFieldMultiSelect component with integer values. Configure options, bind selected values, and set various UI properties like labels and placeholders. The example also shows how to define the data source for the select options. ```razorThis is the overview step.
This is the details step.
This is the summary step.
You're all set!