Splunk Dev

How can I setup page with select?

sistemistiposta
Path Finder

Hello,

   I'm not a javascript expert, but I have found useful examples to build setup pages for app and add-on:

    https://github.com/splunk/splunk-app-examples

These examples show forms with input "text". I see that "textarea" works too.

But I cant' build other input type, such as "select".

How can I add "select" here?

For instance,

 

e("label", null, [
"My label ",
e("input", { type: "select", name: "mytype", options: [
{ label: "File", value: "file" },
{ label: "Folder", value: "folder" },
], onChange: this.handleChange }),
]),

 

doesn't work.

Thank you very much

Kind Regards

Marco

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...