vincejairam

Results 6 issues of vincejairam

I copied the demo code to use a component in the Modal and I'm able to display my component but I don't see the OnOk or OnCancel firing when the...

Is there a way to mask an input field as the user types e.g. for telephone numbers, SSN e.g the user can enter 1234567899 and as your typing it would...

enhancement

Hi, I using the plugin with [http://demos.telerik.com/aspnet-mvc/tabstrip/events](url) kendo tabstrip. I added the onselect event e.g. ` function onTabSelect(e) { ``` console.log("Selected: " + $(e.item).find("> .k-link").text()); if ($('#updateLeadDetailsForm').dirtyForms('isDirty')) { console.log("Form is...

question

I am using Blazor Server and followed the instructions on setting this up e.g. this was added to main, where I essentially copy the sample LocalStateStorage class ```` builder.Services.AddBlazoredLocalStorage(); builder.Services.AddScoped();...

I'm using antd blazor and would like to use this to format phone numbers, ssn as the user types is there a port for this library?

I don't see the properties [JsonProperty("properties")] as part of the LineItem class. It seems to be missing. I added the following [JsonProperty("properties")] public IEnumerable LineProperties { get; set; } to...

missing or invalid properties