Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom html #1034

Closed
e404r opened this issue Nov 26, 2023 · 1 comment
Closed

Add custom html #1034

e404r opened this issue Nov 26, 2023 · 1 comment

Comments

@e404r
Copy link

e404r commented Nov 26, 2023

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
Copy link
Member

travist commented Jan 9, 2024

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.

@travist travist closed this as completed Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants