Hello again support team
This time I am using Tooltip control inside a boostrap Modal.
The Tooltip control is displayed correctly in the "TopCenter" position but if I change it to "BottomCenter" or any other, no position changes are seen.
This is the code in the view:
<ejs-tooltip id="Tooltip" OpensOn="Focus" target=".form-control" created="onCreateTip" position="BottomCenter" content="HELLO TOOLTIP SYNCFUSION.">
<e-content-template> <div id='target' class="form-group"> <label for="inputQuota">Max Quota</label> <input type="number" name="quota" class="form-control" id="inputQuota"> </div> </e-content-template>
</ejs-tooltip>
|
I tried to use (created = "onCreateTip") and within here set the position again but I have not had results.
Is there any method to fix it?
Thank you