formio / angular

JSON powered forms for Angular
https://formio.github.io/angular-demo
MIT License
613 stars 461 forks source link

Add custom html #1034

Closed e404r closed 4 months ago

e404r commented 5 months ago
public static get InputTest(): SafeHtml {
  const inputHtml = `
    <input
      type="text"
      ngxTouchKeyboard
      ngxTouchKeyboardFullScreen
      #touchKeyboard="ngxTouchKeyboard"
      (focus)="touchKeyboard.openPanel()"
    />
  `;

  return inputHtml;
}

after rendering ngxTouchKeyboard nor woking

travist commented 4 months ago

This is not a question for Form.io renderer. This seems to be just a generic Angular input question. Please re-submit this question in the Angular issue queue.