Errors

Current errors

Component: lightning:textarea


<aura:component controller="GlossaryService" implements="force:appHostable,flexipage:availableForAllPageTypes" >

    <lightning:card title="SFDC Glossary" iconName="standard:account" footer="Powered by Glossary Service">
        <aura:set attribute="actions"> </aura:set>
        <p class="slds-p-horizontal_small">
            <lightning:input 
                             aura:id="searchInput"
                             type="search" label="Search"  placeholder="Enter search term" 
                             onchange="{!c.searchInputChange}"/>
            <ui:inputTextarea   value="results here..." aura:id="searchOutput" cols="200" rows="20">
            </ui:inputTextarea>
            <!--
            NOTE: uncommenting the following line (#28) will throw error:

            aura_prod.js:805 Uncaught Aura.loadComponent(): Failed to initialize application.
            An internal server error has occurred
            Error ID: 812608621-61040 (378531453)
            throws at https://mohansun-60-dev-ed.lightning.force.com/auraFW/javascript/1bO4dJePbDnoI-_VdhdsEQ/aura_prod.js:38:15 $y {component: "", componentStack: "", action: null, name: "AuraError", message: "Aura.loadComponent(): Failed to initialize applica…as occurred↵Error ID: 812608621-61040 (378531453)", …}


            <lightning:textarea   value="results here..." aura:id="searchOutput2" maxlength="800"/>
            -->


        </p>
    </lightning:card>

</aura:component>

Demo showing this error:

Component Usage Demo

Canvas App in App Builder

results matching ""

    No results matching ""