Unplanned
Last Updated: 16 Dec 2021 12:30 by ADMIN
RRT
Created on: 09 May 2017 16:47
Category: Kendo UI for jQuery
Type: Bug Report
1
TypeScript definition file - Missing inheritance for Prompt
The interface for PromptOptions does not extend DialogOptions like it should. I added it into my definition file, and it compiles and works fine when testing.

    interface PromptOptions extends DialogOptions {
        name?: string;
        messages?: PromptMessages;
    }
0 comments