MCPcopy Create free account
hub / github.com/angular-rust/yew-components / custom_error

Method custom_error

src/text_inputs/validity_state.rs:48–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46 self.bad_input
47 }
48 pub fn custom_error(&self) -> bool {
49 self.custom_error
50 }
51 pub fn pattern_mismatch(&self) -> bool {
52 self.pattern_mismatch
53 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected