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

Method set_pattern_mismatch

src/text_inputs/validity_state.rs:84–87  ·  view source on GitHub ↗
(&mut self, value: bool)

Source from the content-addressed store, hash-verified

82 self
83 }
84 pub fn set_pattern_mismatch(&mut self, value: bool) -> &mut Self {
85 self.pattern_mismatch = value;
86 self
87 }
88 pub fn set_range_overflow(&mut self, value: bool) -> &mut Self {
89 self.range_overflow = value;
90 self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected