Skip to content

Commit

Permalink
Merge pull request #1888 from creative-commoners/pulls/3.0/rename-ffv
Browse files Browse the repository at this point in the history
API Rename FormField Value to getFormattedValue
  • Loading branch information
GuySartorelli authored Feb 12, 2025
2 parents 10a7485 + cddfffd commit 683c1bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p id="$ID" tabIndex="0" class="form-control-static<% if $extraClass %> $extraClass<% end_if %>" <% include SilverStripe/Forms/AriaAttributes %>>
$Value
$FormattedValue
</p>
<% if $IncludeHiddenField %>
<input $getAttributesHTML("id", "type") id="hidden-{$ID}" type="hidden" />
Expand Down

0 comments on commit 683c1bf

Please sign in to comment.