componentDidMount() { alert("Hi"); } public render(): React.ReactElement<IReactCrudProps> { return ( <select id="myDDl"> </select> ); }
No comments:
Post a Comment