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

PageFactory.WithTextArea? #197

Closed
stefxx opened this issue May 3, 2021 · 4 comments
Closed

PageFactory.WithTextArea? #197

stefxx opened this issue May 3, 2021 · 4 comments

Comments

@stefxx
Copy link

stefxx commented May 3, 2021

Environment and System Config

  • OS: Windows
  • Language: VB
  • IDE: VS2019
  • HomeSeer Version: v4.1.16.0
  • PluginSDK Version: v1.2.5

Describe the issue you are encountering
I am unable to create a text area input for an event action (like the "Message" input when creating a "Send an email" action)

Steps to Reproduce
I looked at all the available PageFactory.With... functions, but I cannot find anything to create a textarea input. WithInput seems to support just for a single line.

Expected behavior
I like to stick to the HS4 layout as much as possible (also for rendering on mobile and other devices) but I can't seem to find a control to define a text area. Since there is standard functionality in the HS4 event actions (Send an email) that does support a text area, I am wondering what I am missing.


Screenshots
Untitled

Logs
None

Additional info
None

@spudwebb
Copy link
Collaborator

spudwebb commented May 7, 2021

I don't think your are missing anything, we don't have a JUI view for a TextArea element (HS4 native triggers and actions do not use JUI views for their configuration).
I created a feature request for a new TextAreaView to be added to the PluginSdk PSDK-151

@stefxx
Copy link
Author

stefxx commented May 7, 2021

Great, thanks! That would really help with my plugin.

@stefxx
Copy link
Author

stefxx commented Jun 17, 2021

Thanks for implementing!

@stefxx stefxx closed this as completed Jun 17, 2021
@spudwebb
Copy link
Collaborator

TextAreaView is available in PluginSdk 1.3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants