Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Can anyone reply why key is having a prefix of undefined ? #424

Open
bshivam1 opened this issue Jul 25, 2018 · 0 comments
Open

Can anyone reply why key is having a prefix of undefined ? #424

bshivam1 opened this issue Jul 25, 2018 · 0 comments

Comments

@bshivam1
Copy link

{
autofocus: false,
input: true,
tableView: true,
inputType: "text",
inputMask: "",
label: "Text",
key: "undefinedText", // <-This one
placeholder: "",
prefix: "",
suffix: "",
multiple: false,
defaultValue: "",
protected: false,
unique: false,
persistent: true,
hidden: false,
clearOnHide: true,
spellcheck: true,
+validate: {...},
+conditional: {...},
type: "textfield",
$$hashKey: "object:902",
labelPosition: "top",
inputFormat: "plain",
+tags: [...],
+properties: {...}
},

  • {
    autofocus: false,
    input: true,
    tableView: true,
    inputType: "number",
    label: "Number",
    key: "undefinedNumber", // <-This one
    placeholder: "",
    prefix: "",
    suffix: "",
    defaultValue: "",
    protected: false,
    persistent: true,
    hidden: false,
    clearOnHide: true,
    +validate: {...},
    type: "number",
    $$hashKey: "object:1017",
    labelPosition: "top",
    +tags: [...],
    +conditional: {...},
    +properties: {...}
    @travist
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant