Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104259
    jqwidgetsdev
    Participant

    Hi,

    What would be typical reason why a smart form control would appear disabled, without explicitly making it read only

    onMounted(() => {
    const template = [
    {
    controlType: “group”,
    label: “OLED”,
    labelPosition: “top”,
    dataField: “oled”,
    controls: [
    {
    controlType: “template”,
    template: `<div class=”repeat-buttons-container”>OLED Orientation</div> 
    <smart-repeat-button>
    <i class=”fa fa-repeat” aria-hidden=”true”></i>
    </smart-repeat-button>
    <smart-repeat-button>
    <i class=”fa fa-undo” aria-hidden=”true”></i>
    </smart-repeat-button>`
    }
    ]
    },

    Thanks.

    #104411
    Manuel Murphy
    Participant

    Quite a difficult question. Roblox Doors

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.