Design system
  • Design
  • Components
  • Patterns
  • Utilities
  • Get started

Utilities

  • 0Overview
  • 1Badge
  • 2Border
  • 3Breadcrumb
  • 4Button
  • 5Center utility classes
  • 6Checkbox
  • 7Chip
  • 8Disabled
  • 9Dropdown
  • 10Error
  • 11Expander
  • 12Form
  • 13Icon
  • 14Input
  • 15Link
  • 16List
  • 17Loader
  • 18Notification
  • 19Radio
  • 20Row
  • 21Row-grid
  • 22Row-single
  • 23Select
  • 24Spacing
  • 25Status
  • 26Tabstrip
  • 27Text
  • 28Tooltip
  • 29Typography
  • 30Visibility
  • 31Width

7.7 #Chip.editable Editable chip

Toggle example guides Toggle HTML markup

Html
    <div class="sf-chip -editable">
        <span class="sf-chip__content" contenteditable="true"></span>
    </div>