14.9 #Input.not-set Value not set:

Toggle example guides Toggle HTML markup

.sf-input .sf-input__no-value

Not set
Html
    <div class="sf-input">
        <label class="sf-input__label" for="input-4">
            <span>Input title</span>
        </label>
        <div class="sf-input__no-value">Not set</div>
    </div>