Topic: popover didnt show input field

fedottt free asked 4 years ago


in data-content simple html, like <b> work well. but <input type=text> didnt show in popover

this code

<input data-toggle="popover" data-trigger="focus" data-placement="top" data-html="true" title="popover on top" data-container="body"  data-content="1231<b>2</b>3  <input type=text > 12" class="form-control form-control-sm rounded-0">

show this enter image description here


Mateusz Łubianka staff answered 4 years ago


Hi @fedottt,

Try to use this code:

$(function () { $('[data-toggle="popover"]').popover({sanitize: false})});

Best,



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.10.0
  • Device: pc
  • Browser: yandex
  • OS: win10
  • Provided sample code: Yes
  • Provided link: No